react-native
react-native copied to clipboard
A framework for building native applications using React
### Description Hi everyone, after I updated the app to 0.77.3. I noticed that on Android StatusBar.currentHeight always returns 0. Through investigation I found that at file react-native/ReactAndroid/src/main/java/com/facebook/react/modules/statusbar/StatusBarModule.kt line 48...
### Description https://github.com/user-attachments/assets/f6b9aae3-5405-43cd-937a-193e022426e2 ### Steps to reproduce 🐞 Bug Report: Empty Project Drops Below 60 FPS on Interaction 📝 Description Even with a completely empty React Native project, performance drops...
Summary: This is a test commit. Differential Revision: D76916165
Summary: With the new implementation of accessibilityOrder we associate virtualView's nodes to the actual views they reperesent by calling `addChild(view)` This however causes an issue, the view itself will populate...
## Bug Description I'm experiencing sandbox errors when building a React Native project with Hermes enabled on iOS. The build fails with messages related to the Hermes framework, such as:...
### Description When I perform a pull-to-refresh, the screen gives a slight flicker. This happens both in the ScrollView and in the FlatList. It started happening after the upgrade to...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Got error `"⚠️ Something went wrong running `pod install` in the `ios` directory." ` Below is the error: ```bash...
### Description When running pod install with community JSC and disable hermes, ccoapods trying to add hermes as dependency anyway. Looks like this lines https://github.com/facebook/react-native/blob/851d59a620a391c60f19e91c01546e5fad58de32/packages/react-native/scripts/cocoapods/utils.rb#L642-L643 should be moved under `if...
## Description When multiple developers with identical development environments run `pod install`, they get different checksums for `hermes-engine` in `Podfile.lock`, causing unnecessary git conflicts and confusion. ## React Native Version...
### Description The standalone debugger in latest RN 0.83 is way too slow / laggy which makes it impossible to debug. ### Steps to reproduce - Simply create a new...