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: 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

CLA Signed
Stale
p: Facebook
Partner

## 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...

CLA Signed
p: Microsoft
Partner
Shared with Meta

### 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...

Resolution: PR Submitted
Platform: Android
p: Expo
Partner
Contributor
Type: New Architecture

### 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...

Platform: iOS
p: Expo
Partner
Type: New Architecture

### 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....

Issue: Author Provided Repro
Component: TextInput
Newer Patch Available

### 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...

Issue: Author Provided Repro
Platform: Android
Type: New Architecture

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...

CLA Signed
p: Facebook
Partner

Summary: ReactSurfaceView overrides some of the same methods as ReactRootView, for which we can share the base class implementation. Changelog: [Internal] Differential Revision: D54496605

CLA Signed
p: Facebook
Partner
fb-exported

### 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...

Issue: Author Provided Repro
Component: Image
Needs: Triage :mag:
Newer Patch Available

### 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,...

Needs: Triage :mag:
Needs: Repro
Needs: Attention