Crash due to file storage on Android 10 and above

IssueIn React Native, I use the following code to download and install the newer apk.import RNFetchB...
Dec 26, 2020 React Native Comments 0

yogakit/yogakit.modulemap' not found in React Native 0.63

IssueXcode: 12React Native: 0.63.2When I try to run iOS in release sheme within Xcode, I get an erro...
Nov 09, 2020 React Native Comments 0

In React Native 0.62, after building a signed apk, index.android.bundle is a binary file

IssueBefore building a signed apk, I run the below command to bundle my android application project....
Jul 16, 2020 React Native Comments 0

OPPO PUSH for React Native

react-native-oppo-push is developed with the official document OPPO PUSH client SDK interface docume...
May 12, 2020 React Native Comments 0

React Native 0.62 Warn Animated: "useNativeDriver" was not specified

QuestionUpgrade the React Native project to 0.62. There are some warnings about the Animated method....
May 08, 2020 React Native Comments 0

Detect Dark Mode in React Native

Dark theme is available in Android 10 (API level 29) and higher. In iOS 13.0 and later, people can c...
May 06, 2020 React Native Comments 0

React Native 0.62 iOS Error: Undefined symbol: associated type descriptor for FloatLiteralType

QuestionWhen upgrading React Native 0.61.5 to 0.62.2, the following error occurred during Xcode comp...
May 01, 2020 React Native Comments 0

Upgrade to React Native 0.62.2 iOS error: Undefined symbol _swift_getFunctionReplacement

QuestionWhen upgrading React Native from 0.61.5 to 0.62.2, Xcode compiles with errors:Undefined symb...
Apr 30, 2020 React Native Comments 0

React Native init specific version

Use the react-native init project_name command to initialize a React Native project. By default, the...
Apr 12, 2020 React Native Comments 0

React Native: No visible @interface for 'MyModule' declares the selector 'sendEventWithName:body:'

QuestionIn the iOS project, I use Objective C to customize a native module, and use sendEventWithNam...
Apr 10, 2020 React Native Comments 0