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 The following code: ```tsx import {View, Image} from 'react-native'; const DisplayAnImage = () => { return ( ); }; export default DisplayAnImage; ``` results in: ![image](https://github.com/facebook/react-native/assets/36894700/aa8af8ee-4830-4791-a7c7-233c80554f75) The equivalent...

Component: Image
Needs: Triage :mag:
Needs: Repro

### New Version 0.72.6 ### Old Version 0.70.5 ### Build Target(s) iOS simulator ### Output of `react-native info` System: OS: macOS 14.1.1 CPU: (10) arm64 Apple M1 Pro Memory: 812.52...

Needs: Triage :mag:
Needs: Repro
Type: Upgrade Issue

### Description If a flatlist with a `maintainVisibleContentPosition` prop set has a header list component that is unmounted then the header component unmounts but the list does not scroll to...

Platform: iOS
Issue: Author Provided Repro
Component: FlatList
Needs: Triage :mag:

### Description I using react native version 0.72.4. Open a modal then close it make app freeze on both actual iOS device and simulator, there is an issue when we...

Platform: iOS
Component: Modal
Needs: Triage :mag:
Needs: Repro
Needs: Attention

## Description Iam making a canvas Component that I can move with 1 finger and move/rotate/scale with 2 fingers. My canvas's size is 200x200. In the onPanResponderMove: (event, gestureState) function...

Stale
Needs: Triage :mag:

## Description With a unicode language (In this particular case, Tibetan) inside of a view inside of a scroll view, the text is cut off. This appears to be different...

Stale
Needs: Triage :mag:

### Description Edge to edge does not work on modals when running Android even though the root activity has `setDecorFitsSystemWindows` set to false. ![screenshot](https://user-images.githubusercontent.com/57257297/231154543-cd859863-72ce-48df-a95a-f4c61f98a994.jpg) ### React Native Version 0.71.6 ###...

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

Summary: **History:** This component was originally introduced into React Native core in D52712758, to replace UIManagerModule.showPopupMenu(). **Problem:** But, React Native core should be lean. Adding this component to React Native...

CLA Signed
p: Facebook
Partner
fb-exported

## Summary: Use the parsed component stack logic that's used for the logbox UI to generate the component stack logs in the terminal. This increases the correctness of the message...

CLA Signed
p: Expo
Partner
Shared with Meta

## Summary: Implement the cursor style prop for iOS (and consequently, visionOS), as described in this RFC: https://github.com/react-native-community/discussions-and-proposals/pull/750 See related PR in React Native macOS, where we target macOS and...

CLA Signed
p: Microsoft
Partner
Shared with Meta