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: This PR adds a new cloning method, allowing for updating multiple nodes in a single transaction. It works in two phases: 1. Find which nodes have to be...

CLA Signed
Partner
p: Software Mansion
Shared with Meta

### Description When opening the Modal by settings its visibility to true the modal's children are rendered in the top left corner for the first few frames before the children...

Issue: Author Provided Repro
Resolution: PR Submitted
Platform: Android
Component: Modal
Newer Patch Available
Type: New Architecture

## Summary: This change introduces support for passing custom flags to Android Intents from React Native, which is critical for advanced navigation flows such as opening activities in a new...

CLA Signed
Shared with Meta

### Description After updating to React Native 0.75.4, an accessibility regression was observed when using TalkBack on Android devices. If a `ScrollView does` not explicitly set `importantForAccessibility="no"`, TalkBack moves focus...

Impact: Regression
Platform: Android
Component: ScrollView
Needs: Author Feedback
Needs: Repro
Type: Unsupported Version

### Description Thus far I have been able to track down the issue to this file and line of code: **react-native/Libraries/Renderer/implementations/ReactFabric-dev.js** ``` function requestCurrentTransition() { var transition = ReactCurrentBatchConfig$1.transition; if...

Stale
Needs: Triage :mag:

### Description when we open the Modal from the default react native, or any overlay component, there is a glitch in the UI and the content given sits on the...

Component: Modal
Needs: Repro
Needs: Attention

Summary: Introduce feature flag to greacefuly fail when an unregistered component is rendered in Android changelog: [internal] internal Reviewed By: mlord93 Differential Revision: D74333595

CLA Signed
p: Facebook
Partner
fb-exported

Summary: Trying to fix https://github.com/facebook/react-native/actions/runs/15194195511/job/42734417752 Changelog: [Internal] Differential Revision: D75245742

CLA Signed
p: Facebook
Partner
fb-exported

## Summary: iOS crashes in the **New Architecture** because Codegen includes all installed packages — even ones that don’t support iOS. The **Legacy Architecture** uses a different code generator that...

CLA Signed
Shared with Meta

### Description Under RN `0.77.1` and Android 15 with `targetSdkVersion = 35`, the `KeyboardAvoidingView` stopped working as expected. In the video below, we can see that clicking on the input...

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