react-native
react-native copied to clipboard
A framework for building native applications using React
## Summary Fixes a number of issues with third party libraries that use `Blob#arrayBuffer` or `FileReader#readAsArrayBuffer`, including #30769 #34402 #20091 #21209 ## Changelog [INTERNAL] [FIXED] - Implemented FileReader#readAsArrayBuffer ## Test...
ERROR Invariant Violation: Module AppRegistry is not a registered callable module ( React native V6)
### Description ERROR TypeError: undefined is not an object (evaluating 'Object.keys(o)') ERROR Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication). A frequent cause of the error...
### Description I need to init RCTBridge with my Delegate and also need to define the bundle URL now is not impossible because the h file did not declare on...
### Description Flatlist ListHeaderComponent getting unmount and mount when modal opens and closes. This issue is happening with functional component only , in class component it is working as expected....
## Summary We want to be able to set height of TextArea/TextInput/EditText components on all platforms in the same way. Was is currently missing on iOS is expressing the height...
[Android] Unrecoverable crash when calling setAccessibilityFocus on a component that is unmounting
### Description When using the [`AccessibilityInfo.setAccessibilityFocus`](https://reactnative.dev/docs/accessibilityinfo#setaccessibilityfocus) operator on Android, your app can fatally crash. This can happen while a component is in the process of being unmounted, and fails with...
### Description Code in ReactCommon causes the [Debugger.scriptParsed](https://chromedevtools.github.io/devtools-protocol/tot/Debugger/#event-scriptParsed) event to carry a zero executionContextId. This does not line up with the execution context ID in the [ExecutionContextDescription](https://chromedevtools.github.io/devtools-protocol/tot/Runtime/#type-ExecutionContextDescription) arg of the...
### Description Hi everyone, i have followed official react-native docs [https://reactnative.dev/docs/environment-setup](url) and have just created a new react-native app and unfortunately had a strange problem. It cannot find the files...
Hi, I'm facing [the same kind of issue](https://github.com/facebook/react-native/issues/29709) since some days. The workarounds didn't work for me. Someone had the [same issue](https://github.com/shahen94/react-native-video-processing/issues/319) but didn't find any solution. Thank you for...
### Description I'm unable to debug a new React Native app that's using Hermes by following the Hermes debugging instructions found here: [https://reactnative.dev/docs/hermes#debugging-js-on-hermes-using-google-chromes-devtools](https://reactnative.dev/docs/hermes#debugging-js-on-hermes-using-google-chromes-devtools) Upon following those steps and opening the...