react-native icon indicating copy to clipboard operation
react-native copied to clipboard

A framework for building native applications using React

Results 2114 react-native issues
Sort by recently updated
recently updated
newest added

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...

Needs: Triage :mag:

- [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:...

Platform: Android
Bug

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...

Needs: Author Feedback

## 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...

Platform: Android
Needs: Triage :mag:

## 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...

Platform: Android
Accessibility
Accessibility Team - Evaluated

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 ```...

Needs: Triage :mag:

### 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...

Platform: Android
Needs: Triage :mag:

### 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...

Platform: iOS
Stale
Component: TextInput
Needs: Triage :mag:

### 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...

Component: KeyboardAvoidingView
API: Keyboard
Needs: Triage :mag:

## 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...

CLA Signed
Platform: Android
Accessibility
Bug