react-native
react-native copied to clipboard
A framework for building native applications using React
Please provide all the information requested. Issues that do not follow this format are likely to stall. ## Description Please provide a clear and concise description of what the bug...
## Summary: In a recent update of React Native, we noticed that the export of RCTDeviceEventEmitter types is wrong. After the update, the export in `.d.ts` has been changed to...
Bridge is 7x slower to send an array `x` versus `JSON.stringify(x)` to an Android native component
## Description Sending an array `x` to an Android native component is incredibly slow. The overhead is roughly **25-26 ms** just to send a single array of 16,384 integers. However,...
## Summary: ### Please re-state the problem that we are trying to solve in this issue. Multiline TextInput with a fixed height will scroll to the bottom of the screen...
## Summary: This PR removes usage of deprecated `statusBarFrame` method in `RCTPerfMonitor` . Instead `RCTPerfMonitor` now uses `safeAreaInsets` which also fixes issue causing Perf Monitor to appear under corner in...
### Description There are 83 issues opened and unanswered about network requests failing with this generic error. The main causes of the pain are: 1. Not getting an answer from...
## Description First error: error Failed to build iOS project. We ran “xcodebuild” command but it exited with error code 65. To debug build logs further, consider building your app...
### Description I am facing an issue where the FlatList's onEndReached function gets continuously triggered even when the list is not undergoing any panning. When using the flatlist onEndReached to...
Summary: Changelog: [Internal] - Add ability to get ShadowNodeFamily's ancestors as shared pointers While working on the hover tracking logic I've found the need to recieve a node's ancestor list...
I'm making a multipart POST request using any of XMLHttpRequest, Fetch, or Axios. This request succeeds in iOS but fails in Android. The error object i get is "{ isTrusted:...