react-native
react-native copied to clipboard
A framework for building native applications using React
## 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...
## Summary Add Changelog for 0.83.1 ## Changelog: [Internal] - Add Changelog for 0.83.1 ## Test Plan: N/A
### 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...
### 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...
## 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...
### 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...
### 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...
Summary: Changelog: [Internal] Adds a feature flag for the Fabric commit branching mechanism. Differential Revision: D88151491
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`,...
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...