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 ## Changes ## Test code and steps to reproduce ## Checklist - [ ] Included code example that can be used to test this change - [ ]...

## Description When upgrading from `react-native-screens ` `3.10.1` to `3.13.1`, the keyboard won't stay open. It will immediately close after opening and does not allow a user to type into...

Platform: Android
Repro provided

## Description This changes allow users to manipulate the RNSSearchBar. For use cases please see [discussions/1323](https://github.com/software-mansion/react-native-screens/discussions/1323). ## Changes - Exported 5 new methods from RNSSearchBarManager in `ios/RNSSearchBar.mm`. 1. focus 2....

## Description Hi @WoLewicki, I have following issue. Following scenario (pseudo): ``` RootStack (headerShown: false) BottomTabsNavigator StackNavigator1 (headerShown: true, since I want to maintain the own stack) StackNavigator2 (headerShown: true,...

Platform: iOS
Platform: Android
Repro provided
Platform: Web

Hi, App is crashing frequently because of this error - **java.lang.IllegalStateException com.swmansion.rnscreens.ScreenFragment.** ## Steps To Reproduce I don't have the exact steps to reproduce this error, but I can see...

Missing info
MIssing repro

## Description This PR aims to improve Kotlin style in library's codebase. ## Changes Many syntax related changes, including: * more frequent usage of [Kotlin scope functions](https://kotlinlang.org/docs/scope-functions.html) * usage of...

## Description In Android projects, using the Tab Screens navigation causes fragments to be removed and added every time a user navigates. This causes the fragment to be recreated each...

Platform: Android
MIssing repro

## Description Switching from portrait to landscape orientation on an Android device with size equal to or greater than 6.7 inches causes a crash ### Screenshots It causes a crash....

Platform: Android
Repro provided

I m trying to use `FullWindowOverlay` to show a custom action sheet in the modal screen. but FullWindowOverlay has some spaces at the bottom. In our app, I edited react-native-screens/ios/RNSFullWindowOverlay.m...

Bug
Repro provided

## Description App crashes after user touches the screen. + does not happen if fabric is disabled. ``` reactRootView.setIsFabric(false); ``` ``` 2022-04-25 20:24:40.458 10036-10036/? D/ScrollView: initGoToTop 2022-04-25 20:24:40.465 10036-10036/? D/ScrollView:...

Missing info
Platform: Android
MIssing repro
Close when stale