react-native
react-native copied to clipboard
A framework for building native applications using React
Please provide all the information requested. Issues that do not follow this format are likely to stall. ## Description Please provide a clear and concise description of what the bug...
- [x] Review the documentation: https://facebook.github.io/react-native - [x] Search for existing issues: https://github.com/facebook/react-native/issues - [x] Use the latest React Native release: https://github.com/facebook/react-native/releases ## Environment React Native Environment Info: System: OS:...
Please provide all the information requested. Issues that do not follow this format are likely to stall. ## Description I'm creating a new react-native project and when running it I'm...
## Description Originally part of https://github.com/facebook/react-native/issues/30849 Can not specify the locale (language) of a Nested Text (Android Span). TalkBack uses the information when announcing the text. If the device language...
## Description Formatting for date, time, numbers lack of any way to specify the type of content presented for the TTS engine. Without some sort of metadata, TTS engines will...
Please provide all the information requested. Issues that do not follow this format are likely to stall. ## Description Some crash when using Hermes & Flipper on iOS Sim ```...
Text Component ellipsis is not displayed correctly in Android (sometimes the three dots are cut-off)
### Description When I set ```numberOfLines={1}``` on a Text component, if the parent's component width is fixed, sometimes the ellipsis is cut-off strangely. For example, in the below screenshot, you...
### Description i have two text input fields for login form one input field is for email where i want to show suggestions for email and the second text input...
### Description `KeyboardAvoidingView` is causing a layout shift when focusing the next input on the screen. I have noticed it happens when the view content is vertically aligned in the...
## Summary fix #30850 This PR supports `importantForAccessibility` on some components (Picker, Button, ImageBackground). These components convert `importantForAccessibility="no"` to `importantForAccessibility="no-hide-descendants"`. This is to prevent focusing on the offspring elements of...