Cannot initialize a parameter of type 'NSArray<id<RCTBridgeModule>> *' with an rvalue of type

IssueI upgraded my Mac to macOS Big Sur 11.6 and Xcode to 13.0. When I opened the React Native proje...
Nov 15, 2021 React Native Comments 0

Xcode Error: DistributedMutex-inl.h:1051:5: 'atomic_notify_one<unsigned long>' is unavailable

IssueI upgraded my Mac to macOS Big Sur 11.6 and Xcode to 13.0. When I opened the React Native proje...
Nov 09, 2021 React Native Comments 0

react-native-navigation V7 Error: library not found for -lReactNativeNavigation

IssueRecently I upgraded the React Native and related libraries of the project.From { "react": "1...
Sep 13, 2021 React Native Comments 0

React Native Error: 'event2/event-config.h' file not found

IssueDevelopment Version:Xcode: 12.4React Native: 0.63.2Recently I deleted the node_modules folder u...
Jul 10, 2021 React Native Comments 0

React Native 0.64.1 require static Image resources error: None of these files exist

IssueAccording to the React Native Upgrade Helper, I upgrade my React Native project from v0.60.2  t...
May 23, 2021 React Native Comments 0

React Native error with couldn't find DSO to load: libhermes.so

IssueIn the React Native 0.62.2 project, I generate an Android release apk, and when it runs on Andr...
May 02, 2021 React Native Comments 0

Fix image cannot show in iOS 14 in React Native

IssueI have updated my Xcode to 12.4. When running a React Native 0.62.2 project in iOS 14, all imag...
Apr 22, 2021 React Native Comments 0

react-navigation 4.x is not working in iPhone 12 series

IssueReact Native integrates react-navigation 4 and runs on the new version of the iPhone 12 series ...
Apr 14, 2021 React Native Comments 0

Two methods for React Native to detect whether an iOS device has a notch

Since iOS 11, iPhone notch has appeared. Use React Native to check whether iOS device has notch. Two...
Apr 10, 2021 React Native Comments 0

RN Typedef redefinition with different types ('uint8_t' (aka 'unsigned char') vs 'enum clockid_t')

IssueReact Native version is 0.62.2, When I build in Xcode, an error occur.ios/Pods/Headers/Private/...
Mar 19, 2021 React Native Comments 0