react-native
react-native copied to clipboard
A framework for building native applications using React
Summary: Non-uniform edge insets caused issues on iOS 10. The code nowadays interferes with the rendering for large borderRadii so this diff removes it. Differential Revision: D56333637
## Summary: Originally with https://github.com/facebook/react-native/commit/5cf8f43ab182781ea82e88077df425c3efbfc21f , we added a call to a new Apple API `JSGlobalContextSetInspectable` to ensure that our Javascript running with JSC is debuggable. That change was guarded...
### Description On bridgeless mode, we have some sort of race condition from reloading. - one from https://github.com/facebook/react-native/blob/766ece7b9b1a578d5b7acd99bc8b0055e862fa86/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/runtime/BridgelessDevSupportManager.java#L111 - the other from https://github.com/facebook/react-native/blob/766ece7b9b1a578d5b7acd99bc8b0055e862fa86/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/runtime/ReactHostImpl.java#L1203 so we will see two ` BUNDLE...
### Description After creating a fresh app with `npx react-native init HermesTest` and enabling the new architecture on iOS, users are unable to use the experimental debugger and are faced...
### Description Whilst typing very fast, we've observed that the cursor can lag behind where you are typing, which means that characters get inserted in the middle of the word....
### Description hi! I was directed from https://github.com/reactwg/react-native-new-architecture/discussions/8#discussioncomment-9223240 to open an issue. I'm looking at [RNTP](https://github.com/doublesymmetry/react-native-track-player/pull/2290)'s interop layer compatibility, and there is an issue where the module's hooks using event...
Summary: ## Changelog: [iOS] [Fixed] - Preserve content offset in ScrollView when the component is suspended # The problem On iOS, components are recycled. For ScrollView, its content offset has...
Summary: ReactSurfaceView overrides some of the same methods as ReactRootView, for which we can share the base class implementation. Changelog: [Internal] Differential Revision: D54496605
### Description Unable to use height and width as props in Image components. It's working in rn` 0.69.1 `but not working after upgrade to `0.72.4`. Because of this my Images...
### Description Got TypeError while creating app with latest version. ### Steps to reproduce 1. npx react-native@latest init MyProject ### React Native Version 0.74.0 ### Affected Platforms Runtime - Android,...