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 introduces a migration from the now-deprecated iOS AppDelegate to SceneDelegate, as well as the changes to React Native code that will migrate to APIs allowing it...

CLA Signed

## Summary Add Changelog for 0.83.1 ## Changelog: [Internal] - Add Changelog for 0.83.1 ## Test Plan: N/A

CLA Signed
Shared with Meta

### Description In old arch, we can change font scale in realtime with `command option +/-`. In new arch, it has to be refreshed manually with pressing R to get...

Issue: Author Provided Repro
Type: New Architecture

### Description after open bridgeless , and use following code: ` val reactNativeHost = RealRNHostProvider.requireReactNativeHost(activity, bundleId) val reactDelegate = MTRNReactDelegate(activity, reactNativeHost, mainComponentName, launchOptions, true) val reactHost = reactDelegate.reactHost val surface...

Needs: Author Feedback
Needs: Repro
Type: New Architecture
Type: Unsupported Version

## Summary: To solve our problem with header files from the React.XCFramework not being consumable due to the legacy Cocoapods headers, we used to point all header search / resolving...

CLA Signed
p: Expo
Partner
Shared with Meta

### Description I have 2 transform translateY animation. When the useNativeDriver:false, there is no issue except performance. I can see the animation moves couple frames behind from native animation. When...

Issue: Author Provided Repro
Type: New Architecture

### Description Following the discussions in https://github.com/facebook/react-native/issues/54497 and https://github.com/software-mansion/react-native-screens/issues/3392, I was able to reproduce it using a custom native component with view recycling disabled. I'm opening this issue as a...

Issue: Author Provided Repro
iOS 26

Summary: Changelog: [Internal] Adds a feature flag for the Fabric commit branching mechanism. Differential Revision: D88151491

CLA Signed
p: Facebook
Partner
p: Software Mansion
fb-exported
meta-exported

Summary: Changelog: [General][Added] Added a `SurfaceHandlerCommitHook` to preserve layout constraints during commits from different threads Since layout constraints and layout context are being kept in the props of the `RootShadowNode`,...

CLA Signed
p: Facebook
Partner
p: Software Mansion
fb-exported
meta-exported

Summary: Changelog: [General][Changed] - Changed how React changes are commited to the Shadow Tree (behind a feature flag) Introduces two branches for the Shadow Tree commits - React always commits...

CLA Signed
p: Facebook
Partner
p: Software Mansion
fb-exported
meta-exported