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 The iOS page sheet presentation jumps when releasing page sheet. This is reproducible in the `Examples` project in the repo as well. https://user-images.githubusercontent.com/1247379/201390954-ea41e6a1-4ae0-4520-96fc-f8fa56bb36f5.mp4 (see bottom of screen) ###...

Platform: iOS
Repro provided

## Description Original issue: https://github.com/react-navigation/react-navigation/issues/9015 iOS screen is frozen when swiping to previous page when `detachInactiveScreens` is `true`. https://reactnavigation.org/docs/stack-navigator/#detachpreviousscreen ### Screenshots NA ## Steps To Reproduce 1. On iOS simulator,...

Platform: iOS

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

### Description As of the [0.19 canary of react-native-web](https://github.com/necolas/react-native-web/pull/2377), the BackHandler export has been removed. This was a no-op module previously, so no functionality should be dependent on this module....

Missing repro
Platform: Web

unless I'm misreading the code, `StackPresentation` is essentially ignored in the android code. There is code to handle "rendering under" a transparentModal screen, but nothing to make a screen actually...

### Description Cross-posting https://github.com/react-navigation/react-navigation/issues/11270 at the request of its maintainers. My navigation hierarchy is: ``` Stack Navigator |- Tab navigator | |- Home | |- Another tab |- Modal ```...

Platform: iOS
Repro provided

# Description Hi, I wanted to report this issue I am having regarding a glitchy iOS search bar. Please see the video below for a demonstration of the glitch. https://user-images.githubusercontent.com/65245574/222759799-584c10a6-a0fb-4886-b14c-bcd14f50912c.mp4...

Platform: iOS
Repro provided

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

## Description Fixes https://github.com/software-mansion/react-native-screens/issues/2115 The `System.loadLibrary("rnscreens")` can throw an exception that inherits from the `Error` class instead of the `Exception` class.

### Description Hi, I am trying to upgrade my app from react-native 0.72.4 -> 0.73.7 and I am encountering an issue with react-native-screens. After updating react-native-screens to latest(3.31.1) I can't...

Missing info
Platform: iOS
Missing repro