Skip to content
#

React Native

react-native logo

React Native is a JavaScript mobile framework developed by Facebook. It allows developers to build Android and iOS mobile apps using JavaScript and reuse code across web and mobile applications.

Here are 973 public repositories matching this topic...

react-native-camera
IanPhilips
IanPhilips commented Mar 17, 2020

Feature-Request

Describe the Feature
If I pass an object containing GPS coords or other EXIF data to the writeExif optional parameter my file includes this exif data, though the data returned from takePictureAsync and accessed via the base64 property does not.

Possible Implementations

  1. We could just note this in the RNCamera docs so people know what they're getting from th
zmGitHub
zmGitHub commented Aug 8, 2019

My environment:

  • react-native version: 0.60.4
  • aurora-imui-react-native version: 0.14.0

image

由于不需要 link 我就手动添加了ios 相关的库 不行 报错
那我怀疑是我添加的有问题 就自动 link 依然是不行 到目前为止 我觉得能跑起来的 没有几个人 库非常好 但是在入门这个地方就卡住一大批人 如何谈的上好用 希望作者能抽点时间 完善这个库和开始文档 大家共同为这个库发力 目前 只能用 js 版的了 实在是没办法

nueq22
nueq22 commented Feb 24, 2020

I've solved this problem on RN 0.60.5 and Xcode 11.0 beta 6 as follows

$ npm i react-native-splash-screen --save
$ cd ./ios
$ pod update

You don't need to do react-native link on XCode 11 beta + RN >= 0.60

And 'Do Not' add the libSplashScreen.a library to Link Binary With Libraries since this will cause the 'Duplicate Symbol Error'.

And go to AppDelegate.m and import the

ddolheguy
ddolheguy commented Feb 11, 2019

Hey guys,

Can someone PLEASE remove the reference to "'RCTTest'," in the iOS pods setup. This is just wrong and cases a lot of issues for newbies since they just copy/paste it out. RCTTest does not support BitCode (which the base RN project has enabled) and even I myself spend about 40 mins chasing my tail until I found out this package was the issue.

https://github.com/mapbox/react-native

google-signin
VTSingle
VTSingle commented Apr 24, 2020

When I using aws-amplify && react-native-google-signin I getting every time Invalid login token. Not a valid OpenId Connect identity token.

Example of my code:

GoogleSignin.configure({ webClientId: '**************', });

signUpViaGoogle = async () => {
try {
const userInfo = await GoogleSignin.signInSilently();
await GoogleSignin.getT

jmceara
jmceara commented Nov 15, 2019

Expected Behavior

Automatic link of library should work.

Actual Behavior

Getting compiler warning and need manual 'link'
`error React Native CLI uses autolinking for native dependencies, but the following modules are linked manually:

  • react-native-charts-wrapper (to unlink run: "react-native unlink react-native-charts-wrapper")
    This is likely happening when upgrading React Nativ
kenmaca
kenmaca commented Feb 28, 2019

It seems like authenticationPrompt is only working for getGenericPassword, contrary to the docs in README.md.

We just need to pass in options[kAuthenticationPromptMessage] into (__bridge NSString *)kSecUseOperationPrompt: options[kAuthenticationPromptMessage] in RNKeychainManager.m.

matwming
matwming commented Jun 25, 2019

This package works great on ios with touch ID, face ID and passcode.
On android, the touch ID also works if touch ID is enabled.
BUT, when touch ID on android is not enabled, unlike ios, it will not give users an option to enter passcode. It throws "Touch ID Error".
Is it possible to show a passcode on android when touch ID is not enabled?
Many thanks.
This is my package.json info:

sujameslin
sujameslin commented Dec 23, 2016

It seems working well in Debug mode, but in Release mode build fails

Steps to reproduce

  1. Create new project by react-native cli

  2. Install react-native firestack

Commands for reproduce

$ react-native init AwesomeProject
$ cd AwesomeProject
$ npm install react-native-firestack --save
$ react-native link react-native-firestack
$ cd ios && pod update --verbose
$
mathew3
mathew3 commented Sep 26, 2019

URL passed to saveEvent function gets encoded in iOS calendar.

URL passed
https://example.com/events/44

URL shown in the calendar event
https%3A%2F%2Fexample.com%2Fevents%2F44

Environment

"react-native": "0.61.0"
"react-native-calendar-event
jussirantala
jussirantala commented Jul 30, 2018

react-native-sensitive-info@5.2.4 and typescript@2.7.2

None of the options in RNSensitiveInfoOptions interface is optional and the options are not documented. How do I get setItem working on iOS? I don't know how to configure it.

export interface RNSensitiveInfoOptions {
  kSecAccessControl: RNSensitiveInfoAccessControlOptions;
  kSecAttrAccessible: RNSensitiveInfoAttrAccessib
gauthampait
gauthampait commented May 4, 2020

After getting a huge bill from Google Cloud, I was looking if the library has/can give a feature of starting places search only when the user taps the enter/return key.

This can be a feature to non premium users while premium users can get autocomplete search.
Any pointers please ?

Created by Facebook

Released January 2015

Latest release about 2 months ago

Repository
facebook/react-native
Website
reactnative.com
Wikipedia
Wikipedia

Related Topics

reactjs
You can’t perform that action at this time.