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 Draft PR for fixing the display on native side.

### Description https://github.com/software-mansion/react-native-screens/releases/tag/3.29.0 and https://github.com/software-mansion/react-native-screens/pull/1912 are causing breaking change in behaviour of `'@react-navigation/native-stack'`'s `Screen` that is mounted with `{ presentation: "modal" }`. Hiding the `react-native`'s `Modal` that is the most...

Platform: iOS
Repro provided

### Description Having set `presentation="modal"` for a screen has no effect on that screen on Android (still opens full screen view) ```js ({ presentation: 'modal' })} /> ``` Works as...

Platform: Android
Repro provided

### Description I added React Native 0.73.6 to the project, adjusted podfile, did Codegen and project compiled successfully. But after I added some other dependencies to the package.json file and...

Platform: iOS
Platform: Android
Platform: tvOS
Repro provided

## Description In our project we have the following configuration: ``` { barTintColor: theme.neutral100w, hideWhenScrolling: false, tintColor: "white", headerIconColor: "white", hideNavigationBar: true, placeholder: LABELS.SEARCH_PLACEHOLDER, hintTextColor: "gray", shouldShowHintSearchIcon: false, } ```...

### Description When upgrading to react-native 0.73, I needed to upgrade react-native-screen to the latest version in order to make it build properly on Android. Then I ran into an...

Platform: iOS
Repro provided

### Description I created a custom header. This custom header has a title and steps. In stack view, I'm listening onScroll event and passing translateY position to screen params with...

Platform: iOS
Platform: Android
Repro provided

## Description During the migration of Expensify App to the new architecture, we found a bug where the screen size consistently doesn't get updated to the correct one when navigating...

### Description When running eas build for android specifically I'm getting a build error in the gradlew. I'm using managed expo. I tried changing kotlin version to 1.6.21 and 1.8.0...

Platform: Android
Missing repro

### Description IS_NEW_ARCHITECTURE_ENABLED = TRUE bridgelessEnabled = FALSE Android Studio 2023.2.1 buildToolsVersion = "34.0.0" minSdkVersion = 23 // Android 6.0 and above compileSdkVersion = 34 // Android 14 (gives access...

Platform: Android
Missing repro