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

### Description It seems that there is a bug on the react-native flatlist while trying to render a list of items. Sometimes only some of the list items are displayed....

Component: FlatList
Needs: Triage :mag:
Needs: Repro

Summary: This diff adds `react-native-test-library` package. It contains native module and native component example, and targets both the new and the old architecture. It has structure similar to many OSS...

CLA Signed
p: Facebook
Partner
fb-exported

## Summary: This PR adds few missing text content types on iOS (available from iOS 15) - dateTime - flightNumber - shipmentTrackingNumber ## Changelog: [IOS] [ADDED] - Add support for...

CLA Signed
Shared with Meta

## Summary: This PR further optimizes RCTKeyWindow() for iOS 15+ removing the need for additional loop ## Changelog: [IOS] [ADDED] - optimize RCTKeyWindow() for iOS 15+ ## Test Plan: Launch...

CLA Signed
Partner
p: Callstack
Shared with Meta

## Summary: There are two issues related to line height in Android: 1. the height of the input changes when typing, since it seems the line height is not taken...

CLA Signed
Shared with Meta

this crash in : -Sony Xperia XZ3 -Samsung Galaxy Note10+ -Samsung Galaxy S20+ 5G -Samsung Galaxy S10 `java.lang.RuntimeException: at android.app.ActivityThread.handleReceiver (ActivityThread.java:4200) at android.app.ActivityThread.access$1700 (ActivityThread.java:274) at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2113) at android.os.Handler.dispatchMessage (Handler.java:107)...

Stale
Needs: Triage :mag:

### Description I just upgraded to 0.68.2 from 0.63.4 and suddenly one of my custom native components stopped working. I narrowed down the issue to the section of Swift code...

Platform: iOS
Stale
Needs: Triage :mag:

### Description onAccessibilityTap on a View works on iOS but does not work on Android. ![image](https://user-images.githubusercontent.com/68305201/177455841-d1660217-9c1b-4522-8bfb-83903eb84e79.png) Docs do not mention only working for iOS ### Version 0.66.2 ### Output of...

Platform: Android
Needs: Triage :mag:

## Description **_Appears on Android only:_** Using a view in RN 0.61.5 and above within a flat list is displayed correctly. However, when getting the location of the view using...

Stale
Needs: Triage :mag:

- [x] I have reviewed the [documentation](https://facebook.github.io/react-native) - [x] I have searched [existing issues](https://github.com/facebook/react-native/issues) - [x] I am using the [latest React Native version](https://github.com/facebook/react-native/releases) ## Environment Environment: OS: macOS High...

Component: SectionList
Bug