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 Thanks for making this wonderful library! I've really enjoyed using it with react-navigation. I'm transitioning a large app from custom native navigation code (written before we adopted react-native)...

## Description - Fixes search bar close icon position in **android** (RTL) - Fixes search bar close icon and search bar field position in **IOS** (RTL) ## Screenshots / GIFs...

### Description I'm not 100% certain this is a react native screens issue, it might be a react navigation issue as well. I created the issue here because rns showed...

Platform: iOS
Repro provided

### Description I posted about this issue here: https://github.com/react-navigation/react-navigation/issues/11232 and was told to post here. My code: https://snack.expo.dev/@kickbk/navigation When app loads and when navigating to `Account` screen, the header resizes...

Platform: iOS
Platform: Android
Repro provided

### Description Basically, whenever we go from landscape screen to portrait one, the portrait one exhibits an ugly rotation from landscape view to correct portrait position. https://user-images.githubusercontent.com/11645756/199097249-69ba8800-013f-44bc-b28b-37833c5b8a87.mp4 [This issue ](https://github.com/react-navigation/react-navigation/issues/10966)perfectly...

Platform: iOS
Platform: Android
Repro provided

### Description When navigating from one screen to another in a stack where the second screen has a text input with autofocus, the transition animation between the screens becomes laggy....

Platform: iOS
Repro provided

## Description Fixes #1678 ## Changes ## Test code and steps to reproduce See `Test1678` in `TestsExample` & `FabricTestExample` ## Checklist - [x] Included code example that can be used...

### Description - Navigating to and **immediately** out(using ios native swipe back action) of a page freezes the app. - ❗**Important**: `swipe back` action should be done when the target...

Platform: iOS
Repro provided

## Description When using a search bar in react navigation, there's currently no option to have a search bar without title. Specifying a blank title leaves a blank area Fixes...

### Description After trying to nest any modal to fullscreen modal, application doesn't display any animation (views are changed immediately). https://github.com/software-mansion/react-native-screens/assets/23281839/508d875c-8c8d-45c3-8879-e5496388bd07 (in the preview, fullscreen modal is represented as transparent...

Platform: iOS
Area: Modal
Repro provided