react-native
react-native copied to clipboard
A framework for building native applications using React
### Description In an iOS simulator, if you make multiple changes to a `TextInput`'s value, you can only undo once. After that, subsequent attempts at undoing or redoing (via Cmd-Z...
### Description Issue with TextInput return type "Done" on iPad using Floating keyboard ### Steps to reproduce 1. Focus on Textinput. 2. Click on the Done button. 3. The login...
### Description When using the latest XCode version the build crashes trying to build FlipperKit. XCode 15.2 works fine. Unfortunately, can't attach the reproducer since github actions don't have XCode...
### Description I'm trying to get `npx react-native@latest init AwesomeProject` working with vanilla js and babel ### React Native Version 0.71.7 ### Output of `npx react-native info` info Fetching system...
### Description This issue describes a change in behavior when UI updates are made from `useLayoutEffect` calls between old and new architecture. The issue surfaced when trying expo router with...
### Description the `TouchableWithoutFeedback` component does not support styling. There was another issue about this problem which is closed, and not fixed. it was suggested to add a `View` inside...
### Description I try to create my bottom sheet. onPress work only one time, when pressable component is in root. Sometimes it's just the first time click, sometimes is after...
Summary: Web props work (somewhere around D41230978 and D39268920) made it so that numeric font weights can be set instead of just strings. This is implemented by converting number to...
## Summary: Inside [Re.Pack](https://github.com/callstack/repack) we consume command's options, to reduce the amount of assumptions that 3rd party tools need to make - we can move assigning default value to config...
## Summary: This pull request introduces a memoization optimization in the `getNativeComponentAttributes` function to avoid redundant runtime initialization for native components. It introduces a memoization cache (`configCache`) to store previously...