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 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...

CLA Signed

### 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...

Platform: Android
Component: Modal
Component: StatusBar
Needs: Triage :mag:

## 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...

Needs: Triage :mag:

### 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,...

Needs: Triage :mag:
Type: 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...

Impact: Misconfiguration

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)...

Component: FlatList

### 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...

API: Linking
Needs: Triage :mag:
Type: Upgrade Issue

## 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...

Needs: Triage :mag:

### 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...

API: Dimensions
Needs: Triage :mag:

## 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...

Component: Text
Accessibility
Needs: Attention
Accessibility Team - Evaluated