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 `ScreenContainer` [tries to read a `FragmentManager` from the `ReactRootView`](https://github.com/software-mansion/react-native-screens/blob/6272e448afce5a112d1ddffc3cc146a453738be5/android/src/main/java/com/swmansion/rnscreens/ScreenContainer.kt#L165-L192) but if this is being rendered within [a `Modal` component](https://reactnative.dev/docs/modal) the native view will be attached to a [`DialogRootViewGroup`](https://github.com/facebook/react-native/blob/cbc28da666c2d103242ad36caad577c69ecc430b/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/views/modal/ReactModalHostView.java#L407-L418)...

Bug
wontfix
Platform: Android
OldArch
NewArch

### Description there have two screen in my application, I press one item navigate to detail screen, when I get into detail screen, the last search screen re-rendered, I used...

Platform: iOS
Repro provided

### Description When dynamically adding or removing a title on a navigation stack screen, the styling set for the back button breaks and it returns to its default state. As...

Platform: iOS
Repro provided

## Description Just my notes: The idea is to set `top` property on shadow view depending whether the screen has header or not. The presence of the header can be...

### Description Hi, > **Note** > I found this issue that is also about interaction problem #1663. But i'm not sure if it is related or not My project is...

Platform: iOS
Repro provided

### Description We're trying to update into latest version of react-native + reanimated + react-native-screens, so far not so good we're able to track down which is the package that...

Platform: iOS
Repro provided

### Description On initial render the View within a Native Stack has an incorrect height. Upon a second render the height is corrected by taking the header into account. This...

Platform: iOS
Repro provided

### Description On performing the simple navigation command: ``` import { useNavigation } from "@react-navigation/native" const navigation = useNavigation() // upon clicking on the CTA button: navigation.navigate("subscription") ``` a white...

Platform: Android
Repro provided

### Description Not sure if you seen my answer here https://github.com/software-mansion/react-native-screens/pull/1649#issuecomment-1404050925, but trying the new `formSheet` with detent has a buggy behavior. You can see the content from the bottom...

Bug
Platform: iOS
Missing repro

These are temporary props for testing purposes, however it is possible that they will stay in some form. Note: AFAIK these are not available on Android, however it must be...