React Native
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...
Issue Description
Icon can accept an object with different attributes
Steps to Reproduce / Code Snippets / Screenshots
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
- We could just note this in the RNCamera docs so people know what they're getting from th
I'm using 0.26.10, but the type for ImagePickerResponse.fileName in the current version has not changed:
export interface ImagePickerResponse {
// [other things...]
fileName?: string;
}
At least in the old version I'm using, fileName is sometimes null, which goes agai
My environment:
react-nativeversion: 0.60.4aurora-imui-react-nativeversion: 0.14.0
由于不需要 link 我就手动添加了ios 相关的库 不行 报错
那我怀疑是我添加的有问题 就自动 link 依然是不行 到目前为止 我觉得能跑起来的 没有几个人 库非常好 但是在入门这个地方就卡住一大批人 如何谈的上好用 希望作者能抽点时间 完善这个库和开始文档 大家共同为这个库发力 目前 只能用 js 版的了 实在是没办法
Right now the documentation for the iOS setup prompts to follow these instructions. https://facebook.github.io/react-native/docs/pushnotificationios.html#content
However this is both deprecated in RN core and doesnt work with the new autolinker system. Documentation should be revised to point here. https://github.com/react-native-community/react-native-push-notification-ios
A thing to note a
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
We should add a showcase of the Config props (https://github.com/airbnb/native-navigation/blob/master/docs/api/navigator-config.md) to the example app.
I can get started on it this weekend. I just wanted to make sure no one else is already working on it.
-
Updated
Mar 19, 2020 - Java
Documentation - iOS
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.
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
Autolink warning
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
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.
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:
-
Updated
May 14, 2020 - Java
-
Updated
Dec 28, 2019 - Java
"react": "16.8.3",
"react-native": "0.59.10",
"react-native-image-resizer": "^1.1.0",
ImageResizer.createResizedImage(uri, 800, 600, 'JPEG', 100).then((response_) => {
console.log(response_);
}).catch((err) => {
Alert.alert('', I18n.t('upload_picture_failed'), [{ text: I18n.t('okText'), onPr
-
Updated
Apr 13, 2020 - Java
I have some problem in automatic linking, it will greate this feature to add how to link this library manually to react native project. Almost every library has its guide to link packages manually.
Thanks in advance :)
When user click Stop in Notification, Does it send an event to react native saying that status is Stop playing streaming song ?
It seems working well in Debug mode, but in Release mode build fails
Steps to reproduce
-
Create new project by react-native cli
-
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
$-
Updated
May 18, 2020 - Java
-
Updated
Mar 30, 2018 - Java
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-background-job": "^2.3.1",
BackgroundJob.register({
jobKey: JobKeyStr,
job: () => {
this.uploadvideoBackTask(formdata, JobKeyStr, data.source);
}
});
BackgroundJob.schedule({
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
-
Updated
May 7, 2020 - Java
In the original library, changing of the font family is supported by editing styles.xml https://github.com/afollestad/material-dialogs/blob/master/documentation/CORE.md#fonts
<style name="AppTheme.Custom" parent="Theme.AppCompat">
<item name="md_font_title">@font/your_font</item>
<item name="md_font_body">@font/your_font</item>
<item name="md_font_button">@font/your_font</item>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

Description
colorFilters are present in the README.md but are missing an explanation and example in the API.md file
Steps to Reproduce
Expected behavior: As a Developer I'd like to see how to use colorFilters
Actual behavior: Adequate colorFilter documentation