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 App is crashing on android after upgrade to latest react-native-screens ### Screenshots ## Steps To Reproduce 1. Upgrade react native screens from 2.18.1 to latest version and got...

Missing info
Platform: Android
Repro provided
Close when stale

## Description When calling navigation.goBack()/ pop() the transitionStart/End events are not fired when in stackPresentation "modal" in iOS. ### Screenshots ## Steps To Reproduce 1. Subscribe to the transitionStart and...

Area: Native Stack
Platform: iOS
Area: Modal
Close when stale

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

## Description I am using a screen with presentation: 'modal' on iOS, and have StatusBar components in both the modal and underlying screens to set their status bar styles to...

Platform: iOS
Repro provided

## Description When navigating between screens with different `screenOrientation` props, there is a roughly 100ms (on my machine) period of time that the incorrect orientation shows. This can be problematic...

Platform: iOS
Platform: Android
Repro provided

### Current behavior (I am opening this issue here because [it is said that](https://github.com/react-navigation/react-navigation/issues/10432#issuecomment-1073822647) this issue might be related to this library I have already [opened the issue](https://github.com/react-navigation/react-navigation/issues/10432) in the...

Missing info
Platform: iOS
Repro provided

## Description App stays on the white screen when closed with the back button and reopened through the launcher. ## Steps To Reproduce 1. Open the app 2. Move app...

Platform: Android
MIssing repro

## Description I have ``` androidStatusBar: { translucent: true }, ``` in my app.config.ts. This is working fine, but when I use `statusBarStyle` auto/light/dark, I get a white background on...

Platform: Android
MIssing repro

## Description I wan't to position an image in stack header that overlap between header & screen. I have created a custom headerTitle with an absolute position to do that....

Platform: Android
Repro provided

## Description On Android, the search bar does not properly adjust header elements. - Elements placed via `headerRight` are "pushed" out of the way and to the left of the...

Platform: Android
Repro provided