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

## Summary: From the video below, we can see that the UI thread has dropped many frames, and it would become worse if there are multiple images. If an image...

CLA Signed

### New Version 0.71.7 ### Old Version 0.65.1 ### Build Target(s) Android device in debug/release build ### Output of `react-native info` System: OS: macOS 12.6.1 CPU: (10) arm64 Apple M1...

Needs: Triage :mag:
Type: Upgrade Issue

Summary: This adds a basic implementation of `IntersectionObserver`. This will not be available yet and is only compatible with the new React Native architecture. This shouldn't show up in the...

CLA Signed
p: Facebook
Partner
fb-exported

## Summary Adds changelog for new minor. Currently updated to RC6 (which should be golden/last). ## Changelog: [Internal] [Changed] - add changelog entry for 0.72.0 ## Test Plan N/A

CLA Signed
p: Microsoft
Partner
Contributor
📝 Changelog

### Description migrate to current version of RN-0.71.1 using flipper enable hermes engine run the app ### Version 0.71.1 ### Output of `npx react-native info` ERROR TypeError: Cannot read property...

Needs: Triage :mag:

## Description When a component is give an accessibilityRole, e.g. 'button' it is read in English for talkback. e.g. "Back (other language)" + "Button (English) + "Double tap to activate...

Stale
Platform: Android
Accessibility
Accessibility Team - Evaluated

### Description Can't able to debug application. Chrome or react native debugger can't attach itself to react native process in port 8081 it throw below error bundle.js:10 WebSocket connection to...

Stale
Needs: Triage :mag:

### Description Hello there, I've found a small issue on Android. When a `TextInput` with has `textAlign: 'right'` inside a `ScrollView` and you press on it for scrolling it will...

Ran Commands
Component: TextInput
Platform: Android
Bug

### Description **Init** a new project, just add `Text` component to show some texts on Android. The `Text` doesn't show all content for **Japanese** with custom font `fontFamily--BarlowCondensed-Regular` on Android(some...

Platform: Android
Component: Text
Needs: Attention

## [Description] I wrapped a view as a footer inside KeyboardAvoidingView. It works properly before the keyboard has been untoggled. However, after the keyboard is untoggled, it adds a white...

Component: KeyboardAvoidingView
API: Keyboard
Needs: Attention