react-native
react-native copied to clipboard
A framework for building native applications using React
## Summary: From the video below, we can see that the UI thread has dropped many frames, and it would become worse if there are multiple images. If an image...
### New Version 0.71.7 ### Old Version 0.65.1 ### Build Target(s) Android device in debug/release build ### Output of `react-native info` System: OS: macOS 12.6.1 CPU: (10) arm64 Apple M1...
Summary: This adds a basic implementation of `IntersectionObserver`. This will not be available yet and is only compatible with the new React Native architecture. This shouldn't show up in the...
## Summary Adds changelog for new minor. Currently updated to RC6 (which should be golden/last). ## Changelog: [Internal] [Changed] - add changelog entry for 0.72.0 ## Test Plan N/A
### Description migrate to current version of RN-0.71.1 using flipper enable hermes engine run the app ### Version 0.71.1 ### Output of `npx react-native info` ERROR TypeError: Cannot read property...
## Description When a component is give an accessibilityRole, e.g. 'button' it is read in English for talkback. e.g. "Back (other language)" + "Button (English) + "Double tap to activate...
### Description Can't able to debug application. Chrome or react native debugger can't attach itself to react native process in port 8081 it throw below error bundle.js:10 WebSocket connection to...
### Description Hello there, I've found a small issue on Android. When a `TextInput` with has `textAlign: 'right'` inside a `ScrollView` and you press on it for scrolling it will...
### Description **Init** a new project, just add `Text` component to show some texts on Android. The `Text` doesn't show all content for **Japanese** with custom font `fontFamily--BarlowCondensed-Regular` on Android(some...
## [Description] I wrapped a view as a footer inside KeyboardAvoidingView. It works properly before the keyboard has been untoggled. However, after the keyboard is untoggled, it adds a white...