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 I recently noticed an issue where any views rendered under `FullScreenOverlay` would disappear and never come back after opening an image picker (e.g. `PHPickerViewController`) in my React Native...

"react-native": "0.61.4" "react-native-screens: "2.0.0-alpha.5" It seems that the library blocks the native autofill suggestions view. Also, there is no save password dialog after a successful login. (This dialog is auto...

Bug
Platform: Android

## Description When the `fullScreenModal` is presented, the `FullWindowOverlay` is removed from native view hierarchy since the view receives `didMoveToWindow` with `nil` value. This behavior can be removed, but then...

## Description Bump react-native to 0.68rc0

## Description Screen A and Screen B are two tabs in a react-navigation bottom tabs navigator. When switching from Screen A to Screen B after opening and closing the keyboard...

Bug
Platform: iOS
Repro provided
Library: Freeze

## Description When switching between screens, a white line appears at the top of the screen and also background color is flickering. This problem is solved by adding `detachInactiveScreens={false}` to...

Platform: iOS
Platform: Android
Repro provided

## Description PR adding prop for disabling header insets on Android, which make the header subviews not responsive. They are present by default to mimic the behavior of iOS having...

## Description [This change](https://github.com/software-mansion/react-native-screens/pull/863/files#diff-e988f8ab84e7063d6cc9ad4e634806389882ce6727b5c95f3cfbc9f9d3921a67L365-R399) in PR https://github.com/software-mansion/react-native-screens/pull/863 introduces a crash in some situtations. In our case, we are not providing an orientation to the "react-native-screen"-screen and instead we are changing...

## Description PR changing the order of updating the VCs of `native-stack` in order to first dismiss the modal and then push/pop normal screens. ## Screenshots / GIFs ### Before...

## Description Added an option to provide custom transitions between screens from JS. It requires setting `stackAnimation: 'custom'` and providing `animationSpec` on screen. ## Changes Added `stackAnimation: 'custom'` and `animationSpec`...