react-native
react-native copied to clipboard
A framework for building native applications using React
## Summary On the old architecture, when using a `Modal` with no animation and translucent status bar, a layout flash is noticeable when the modal is opened. Here's the video...
### Description On the old architecture, when using a `Modal` with no animation and translucent status bar, a layout flash is noticeable when the modal is opened. Here's the video...
## Description I'm using `FileReader.readAsDataURL` to consume a `Blob` returned by RN's networking layer as an `ArrayBuffer` to implement `FileReader.readAsArrayBuffer` (https://github.com/facebook/react-native/issues/21209) and it has been working just fine, at least...
### Description I tried to support the new architecture with the `reactive-vlc-media-player` library, but I was stuck for two weeks. I checked the libraries that currently support the new architecture,...
### Description At first, when I tried to init a react-native project, "ruby version 2.5.7" error was shown. I updated ruby successfully to the required version using the [guide](https://reactnative.dev/docs/next/environment-setup) and...
Uncaught TypeError: Cannot read property 'getItem' of undefined at FlatList._checkProps (FlatList.js:452) at new FlatList (FlatList.js:396) at constructClassInstance (ReactNativeRenderer-dev.js:7726) at updateClassComponent (ReactNativeRenderer-dev.js:12729) at beginWork (ReactNativeRenderer-dev.js:14756) at Object.invokeGuardedCallbackProd (ReactNativeRenderer-dev.js:93) at invokeGuardedCallback (ReactNativeRenderer-dev.js:318)...
### New Version 0.66.4 ### Old Version 0.66.1 ### Build Target(s) ios simulator ### Output of `react-native info` System: OS: macOS 12.0.1 CPU: (8) arm64 Apple M1 Memory: 803.86 MB...
## Description When scrolling down a long ScrollView or FlatList on Android and calling `scrollTo` programmatically while the ScrollView's momentum is still going, the momentum does not stop and the...
### Description We're experiencing rendering issues between screen orientations. React Native's `useWindowDimensions` hook reports swapped dimensions. Attached below is a video demonstrating the problem and a standalone repo demonstrating this...
## Description Same as (stale) https://github.com/facebook/react-native/issues/27147. Consider this example: ``` Please click: Link ``` A screen reader user is not able to click/open the link (i.e. the 2nd nested Text...