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: I am currently building a mobile app and upgrade to react-native 0.73. I was annoyed when my IDE kept signaling errors that certain props are not valid on...

CLA Signed
Pick Request

### New Version 0.70.4 ### Old Version 0.61.2 ### Build Target(s) iOS simulator debug ### Output of `react-native info` info Fetching system and libraries information... (node:17510) Warning: Accessing non-existent property...

Needs: Triage :mag:
Type: Upgrade Issue

### Description Setting the iOS-only `shadow*` style props on a View can unexpectedly apply shadows to multiple elements in the view's subtree. This issue can be reproduced in Fabric too....

Platform: iOS
Bug
Impact: Bug
Never gets stale

## Summary: This PR intent to solve Skew property on Android: https://github.com/facebook/react-native/issues/27649. After android Q, we can use `setAnimationMatrix` to implement css `Transform`. (This api can also be accessed before...

CLA Signed
Shared with Meta

### Description I'm having this error right now, everything worked fine, but i don't understand why i'm facing this error, I've tried many solutions fot two days that's why i'm...

Stale
Needs: Triage :mag:

### Description We have a target for the app and a target for an appClip it was ok on 0.66.3 but after upgrading to 0.66.8 it opens the two bundlers...

Platform: iOS
Stale
Needs: Triage :mag:

### Description facing a crash for some users with the stack trace ``` JS Functions are not convertible to dynamic at ? (null:null:null) at enqueueNativeCall(/Users/arjun/anar/mobile/node_modules/react-native/Libraries/BatchedBridge/MessageQueue.js:323:enqueueNativeCall) at nonPromiseMethodWrapper(/Users/arjun/anar/mobile/node_modules/react-native/Libraries/BatchedBridge/NativeModules.js:150:nonPromiseMethodWrapper) at queueOperation(/Users/arjun/anar/mobile/node_modules/react-native/Libraries/Animated/NativeAnimatedHelper.js:84:API.queueOperation) at...

Needs: Triage :mag:

### Description There is no way to trigger `onLongPress` or other press events like `onPressIn` or `onPressOut` when using a physical keyboard connected to the mobile device. This is a...

API: Keyboard
Accessibility
Needs: Triage :mag:
Needs: Repro
Accessibility Team - Evaluated

## Requires API Proposal This issue requires a new API. An API proposal should be added and discussed before proceeding with implementation. The API proposal can be added in the...

Platform: iOS
Stale
Accessibility
Needs: Docs Website PR
Accessibility Team - Evaluated
React Native Engineering - Evaluated

### Description If the initial state of list is empty and it fills in componentDidMount the flatlsit will only render first 10 items from the list of 60. It doenot...

Component: FlatList
Newer Patch Available