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 Following the changes done in PR [#1512](https://github.com/software-mansion/react-native-screens/pull/1512), we encountered an issue where we couldn't swipe down to dismiss a modal screen on iOS if this screen contained a...

# The Issue In the new Android 13 screen transition, an issue arises when the new screen pushes the old one, causing a white or black layer to appear between...

Missing info
Platform: Android
Repro provided

### Description I'm opening a new page on Android and everything is fine. When I want to come back from that opened page, all Views and Texts disappear from the...

Platform: Android
Missing repro

### Description On iOS, when the search bar is focused, the upper section of the header is collapsed. But it seems that the reanimated value from `useReanimatedHeaderHeight` doesn't get updated...

Platform: iOS
Repro provided

## Description Currently while trying to change the interface orientation there's a bug that doesn't layout the next screen, causing the old frame to remain (which means that the next...

## Description As described in this [discussion](https://github.com/software-mansion/react-native-screens/discussions/1950), this PR intercepts the event when a user tries to drag down the view, allowing to perform additional actions, such as displaying an...

### Description In Android, when search bar is enabled along with a custom header title, they are rendered on top of each other. The problem persists after search bar is...

Platform: Android
Repro provided

### Description When I was testing #1738, I've spotted a weird bug while using navigation.dispatch() with type RESET on iOS. It seems that when user dispatches a reset to the...

Platform: iOS
Repro provided

### Description on iOS: - When the `title` option is used on `ScreenStackHeaderConfig`, then the long title works great. ![image](https://github.com/software-mansion/react-native-screens/assets/2142140/979c7b2f-f2a3-434b-b0be-36100cf60343) - However, when we use `ScreenStackHeaderCenterView`, the long title overlaps...

Missing info
Platform: iOS
Platform: Android
Missing repro

### Discussed in https://github.com/software-mansion/react-native-screens/discussions/1907 Originally posted by @wcastand September 29, 2023 ### Description Trying to use Burnt but the native toasts are hidden behind my `FullWindowOverlay` component. i need it...

Bug
Area: Native Stack
Missing info
Platform: iOS
Missing repro