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

Component: StatusBar
Needs: Author Feedback
Needs: Repro
Type: Unsupported Version

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

Platform: Android
Needs: Repro
Needs: Attention
Type: Unsupported Version

Summary: This is a test commit. Differential Revision: D76916165

CLA Signed
p: Facebook
Partner
fb-exported

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

CLA Signed
Stale
p: Facebook
Partner
fb-exported

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

Stale
Bug
Needs: Author Feedback
Needs: Repro

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

Component: RefreshControl
Needs: Triage :mag:
Type: New Architecture

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

Needs: Repro
Needs: Attention

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

Issue: Author Provided Repro
Needs: React Native Team Attention

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

Platform: iOS
Needs: Repro
Needs: Attention

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

Debugging
Needs: Author Feedback
Needs: Repro