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

Native navigation primitives for your React Native app.

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

### Description [Originally posted this issue in the `react-navigation` repo, but was asked to post it here as well. ](https://github.com/react-navigation/react-navigation/issues/11888) I'm currently building an app and I've noticed that when...

Platform: Android
Repro provided

### Description After running NO_FLIPPER=1 RCT_NEW_ARCH_ENABLED=1 npx pod-install I'm getting this error sometimes in react-native-pager-view sometimes in RNScreens Before this I was getting contextContainer.h file not found so I changed...

Platform: iOS
Missing repro
Close when stale

## Description Encountered some errors (seems they were looking for old CMake version (3.10.2)) & decided to bump these deps. ## Changes Ktlint: 0.43 -> 1.1.1 spotless 6.11 -> 6.22...

### Description Our Android app crash and got this report Caused by java.lang.IllegalStateException: Screen fragments should never be restored. Follow instructions from https://github.com/software-mansion/react-native-screens/issues/17#issuecomment-424704067 to properly configure your main activity. at...

Platform: Android
Missing repro
Close when stale

### Description Hi everyone I'm developing a brand new iOS/Android app and I want to use a single code, so I decided to use ReactNative for my pourpouses, and I...

Platform: iOS
Missing repro

### Description Current behavior I am trying to present a Stack.Navigator as a fullScreenModal of a different stack, like so: ``` {/* Modal flows */} ``` My app needs to...

Platform: iOS
Repro provided

### Description as I opened this issue https://github.com/react-navigation/react-navigation/issues/11884, there's an issue with conditional routing. it works fine on Android ### Steps to reproduce 1. copy this reproduction snack: [example from...

Bug
Area: Native Stack
Platform: iOS
Platform: Android
Repro provided
Platform: Web
NewArch

### Description Hello, I have experienced an app crash while navigating between bottom tabs multiple times. I have attached the stacktrace and a repro example for reference. The issue may...

Platform: Android
Repro provided

### Description Thanks for working on this project! This bug is reaaally weird and it could be a memory leak on iOS 15. I only patched a workaround on my...

Platform: iOS
Repro provided

## Description In case of fullScreenModal we want to ask for orientation specifically the screen underneath, so that when the modal is dismissed the controller underneath is already in expected...