react-native
react-native copied to clipboard
A framework for building native applications using React
## 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...
### 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...
## 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...
### 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...
### 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...
### 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...
Summary: Introduce feature flag to greacefuly fail when an unregistered component is rendered in Android changelog: [internal] internal Reviewed By: mlord93 Differential Revision: D74333595
Summary: Trying to fix https://github.com/facebook/react-native/actions/runs/15194195511/job/42734417752 Changelog: [Internal] Differential Revision: D75245742
## 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...
### 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...