react-native
react-native copied to clipboard
A framework for building native applications using React
## Summary: This PR updates the `InputAccessoryView` component to improve its width handling during device orientation changes for both Fabric and the old renderer. With this update, the component will...
### Description I'm using the new debugger, and when I try to see a string obj, it shows wrong. Also, I can't copy~past the object. https://github.com/facebook/react-native/assets/41434778/ca6f1485-79d8-4059-9db3-3f79a0bab9f6 Here is the same...
### Description The `TextInput` `onKeyPress` event handler receives an unexpected `Backspace` event when `multiline` is `true`. The exact behavior varies between iOS 15 and iOS 16: * **iOS 15:** The...
### Description I have developed an application using TextInputs. However, when switching the focus using Tab key using an external keyboard on android phone, the focus doesn't move. onKeyPress has...
## Summary: Expose host delegate methods that users can do some customize work. ## Changelog: [IOS] [ADDED] - Bridgeless: Expose host delegate methods ## Test Plan: Users can do some...
## Summary: fixes Image events in new architecture #43874 ## Changelog: [iOS] [Fixed] - Missing `source` in `onLoad` native event arguments [iOS] [Fixed] - Missing `error`, `responseCode`, and `httpResponseHeaders` in...
setting returnKeyType on a TextInput with textContentType="creditCardNumber" overrides keyboardType
Please provide all the information requested. Issues that do not follow this format are likely to stall. ## Description Noticed recently that setting a returnKeyType on a TextInput component with...
### Description Months ago, I submitted a bug request with the amplify-js team with AWS over a very frustrating bug that has been occurring periodically in our production app. Essentially...
Summary: Why? Previously we didn't support using percentages like: ``` style={{ width=100, height=100, borderRadius='100%', }} ``` These percentages refer to the corresponding dimension of the border box. What? Change the...
### Description I see many closed issue that is the same as this and there is no solution or even a fix. I am still facing this issue in production....