react-native
react-native copied to clipboard
A framework for building native applications using React
### Description import { NativeModules } from 'react-native'; const { MyModule } = NativeModules; my MyModule is null and native modules return empty object it works in previous versions. This...
## Description When creating new native library for application, when library is attached to the react native mobile application in iOS, the NativeModules are empty (`{}`) ## React Native version:...
### Description When trying to implement an upper case only input, adding `autoCapitalize="characters"` seems to work on Android by setting the keyboard to be upper case by default. One can...
### Description The Text component does not read out the `accessibilityRole` for some types when using VoiceOver on iOS. I noticed it specifically for `alert` and there is an older...
### Description Imagine a native module with one function test that has one parameter -> array. When you call it with an array that has more than 196603 items in...
### Description I am unable to build my project due to the "No matching function for call to 'RCTAppSetupPrepareApp'" and "No matching function for call to 'RCTAppSetupDefaultRootView'" errors. I'd be...
### Description Firstly I am not talking about the old architecture and I have already gone through [this](https://github.com/facebook/react-native/issues/33639) This method does not really works for new architecture given how the...
## Summary This change moves our Executor to M1 machines. This increase the class size (which can speedup the CI). ## Changelog [iOS][Changed] - Use M1 machines in CI ##...
## Summary `maintainVisibleContentPosition` is broken when using virtualization and the new content pushes visible content outside its "window". This can be reproduced in the example from this diff. When using...