react-native
react-native copied to clipboard
A framework for building native applications using React
## Summary: Text is copy pasted as rich text on Android TextInput instead of Plain Text. Related PR **Removing the `Paste as plaintext` option from the insert and selection context...
## Summary: Remove `Paste as plaintext` from Android EditText context menu. Related PR **Over-riding onTextContextMenuItem in ReactEditText to copy/paste plain text instead of rich-text** [#38189](https://github.com/facebook/react-native/pull/38189). ### What is the root...
## Summary This PR resolves the potential problem of misconfiguration of components after being recycled. Some of them have custom, sometimes native (e.g. connected to VCs) logic that messes up...
## Summary: Currently, when the `_currentColorScheme` is nil the default comes from `[UITraitCollection currentTraitCollection]` which provides the trait collection of the context it was called in. Generally, this will work...
### New Version 0.72.1 ### Old Version 0.64.0 ### Build Target(s) react-native-reanimated ### Output of `react-native info` System: OS: macOS 12.1 CPU: (4) x64 Intel(R) Core(TM) i5-5257U CPU @ 2.70GHz...
### Description I'm facing this issue while running the IOS app on M1 Mac only. It works fine in an intel chip Mac. ### React Native Version 0.72.1 ### Output...
### Description My React Native Android app is crashing as soon as the application is opened, without any changes being made to the application code or dependencies. **Summary of problem**...
### Description I'd like to draw a round view with a border. but it seems that the bg color of the view renders out of the border. ### Version 0.70.0...
### Description The issue is FlatList component gets rendered many times if the `data. length` is greater than 15 ``` const renderItem = () => { console.log('renderItem'); return ( );...
React Native version: ``` v0.60-rc2 ``` ## Steps To Reproduce 1. Start an app on iOS 2. Cmd + D The following gets logged: ``` [LayoutConstraints] Unable to simultaneously satisfy...