react-native
react-native copied to clipboard
A framework for building native applications using React
### Description The following code: ```tsx import {View, Image} from 'react-native'; const DisplayAnImage = () => { return ( ); }; export default DisplayAnImage; ``` results in:  The equivalent...
### 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...
### 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...
### 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...
## 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...
## 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...
### Description Edge to edge does not work on modals when running Android even though the root activity has `setDecorFitsSystemWindows` set to false.  ### React Native Version 0.71.6 ###...
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...
## 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...
## 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...