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 When the headerLeft is removed and headerRight has updated layout at the same time in native-stack, it results in the headerRight having incorrect layout. Workaround: If I update...

Platform: iOS
Repro provided

## Description When using a header left view and then removing it the default back button doesn't reappear on new arch. This is because we do not call `updateViewControllerIfNeeded` when...

### Description Basically the title. In my project, I enabled `fullScreenGestureEnabled` for stack options. I went on using the app with no problem but once I go back then go...

Platform: iOS
Repro provided

## Description ## Changes ## Test code and steps to reproduce ## Checklist - [ ] Included code example that can be used to test this change - [ ]...

### Description iOS Crash When use_frameworks! and use ENV['RCT_NEW_ARCH_ENABLED'] = '1' # CrashInfo ``` Running "TestRNScreen" with {"rootTag":1,"initialProps":{"concurrentRoot":true},"fabric":true} *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[RNSScreenStackHeaderConfig setHide:]: unrecognized...

Platform: iOS
Platform: Android
Platform: tvOS
Repro provided

### Description When trying the TVOSExample app with device's appearance set to `dark` i noticed the header title is almost invisible. There is a difference in how the modal header...

Platform: tvOS
Repro provided

## Description Fixes #2197 When set orientation into landscape while real device orientation is landscape, it is not locked into landscape properly(if I rotate device into portrait, it rotated). ##...

## Description This PR addresses an issue with react-native-screens where modals were not being dismissed correctly during app reloads when combined with foreign view controllers. The fix involves enhancing the...

## Description Implements blurEffect header config for new arch. ## Changes I kept this super simple and used string for codegen so we can simply reuse the RCTConvert implementation. ##...

## Description PR adding support for RN 0.75 in the library