software-mansion / react-native-screens

Native navigation primitives for your React Native app.
https://docs.swmansion.com/react-native-screens/
MIT License
3.04k stars 515 forks source link

New architecture with static conditional router showing blank on iOS #2063

Closed b0iq closed 5 months ago

b0iq commented 7 months ago

Description

as I opened this issue https://github.com/react-navigation/react-navigation/issues/11884, there's an issue with conditional routing. it works fine on Android

Steps to reproduce

  1. copy this reproduction snack: example from the docs
  2. enable new architecture
  3. sign in to switch screen

Snack or a link to a repository

example from the docs

Screens version

3.29.0

React Native version

0.73.6

Platforms

iOS

JavaScript runtime

Hermes

Workflow

Expo bare workflow

Architecture

Fabric (New Architecture)

Build type

Release mode

Device

iOS simulator

Device model

iPhone 15 iOS 17.4

Acknowledgements

Yes

tboba commented 5 months ago

Hi, @b0iq, since the original issue has been closed in the react-navigation repo, I'll close it also here. As I wrote there, if you think this issue should be still considered again, we'll re-open it for sure.

Cheers 👋