react-native-screens icon indicating copy to clipboard operation
react-native-screens copied to clipboard

Native navigation primitives for your React Native app.

Results 368 react-native-screens issues
Sort by recently updated
recently updated
newest added

### Description ## Problem First of all, I've integrated ReactNative with my iOS native App. There is no problem with using the basic components of ReactNative. However, when I register...

Missing info
Platform: iOS
Missing repro

Urządzenia z bugiem: (DI - dynamic island) Fizyczny iPhone 15 Pro iOS 17 (DI) ❌ Symulator iPhone 15 Pro iOS 17.5 (DI) ✅ Symulator iPhone 15 iOS 17.5 (DI) ✅...

## Description ## Changes ## Test code and steps to reproduce ## Checklist - [ ] Included code example that can be used to test this change - [ ]...

### Description Original issue: https://github.com/react-navigation/react-navigation/issues/12510 I have such react navigation structure: Home -> Details When Details screen contains List components (FlatList, VirtualizedList) with refresh props such as onRefresh, refreshing or...

Platform: Android
Repro provided

### Description Having this crash on a Samsung S22 running Android 14. Even though I use 4.11.0-beta.1 iirc this exists in previous versions too. ``` "react-native-reanimated": "3.17.3", "react-native-gesture-handler": "2.25.0", "@react-navigation/native":...

Platform: Android
Missing repro
Architecture: Legacy

### Description We've seen several layout issues after switching to New Architecture as documented and reproduced here https://github.com/Jpoliachik/NewArchNavLayoutIssues I spent several days digging into these to try and find the...

Platform: iOS
Repro provided

### Description **Case 1:** **i'm facing this issue after update Rn version 0.68.2 to 0.77.0** Exception thrown while executing UI block: -[RCTView setColor:]: unrecognized selector sent to instance 0x10cbb1480 __44-[RCTUIManager...

Platform: iOS
Missing repro

## Description The current implementation of `headerLeft` and `headerRight` adds a react view as a custom view in a UIBarButtonItem. This implementation is sufficient at most times but I believe...

### Description Hi there, There are some weird glitches animations happening when using the presentation's `modal`. I'm using expo-router, but I'm assuming the issue is coming from upstream with `react-native-screens`....

Platform: iOS
Repro provided

### Description I'm using a button to let user choose which season of a series he want to watch, this button open a fullscreenModal and you can see from the...

Missing info
Platform: iOS
Missing repro