react-native
react-native copied to clipboard
A framework for building native applications using React
### 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....
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...
## Summary: This PR adds few missing text content types on iOS (available from iOS 15) - dateTime - flightNumber - shipmentTrackingNumber ## Changelog: [IOS] [ADDED] - Add support for...
## 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...
## 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...
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)...
### 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...
### Description onAccessibilityTap on a View works on iOS but does not work on Android.  Docs do not mention only working for iOS ### Version 0.66.2 ### Output of...
## 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...
[SectionList][inverted] SectionList headers are sticky-at-the-top-footers if the list is inverted
- [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...