Open
Description
🐛 Bug Report
I use Swift for my iOS app. I have been using react-native-navigation
for a few years now for my app and it has worked fine. I tried updating the package version from 6.12.2 to 7.18.1 and the app no longer starts. I have narrowed down the issue to appLaunched
event not fired due to which the app is not started.
If I go back to version 6.12.2
, it works fine. I have reproduced the issue in the playground repo in this fork branch
https://github.com/varungupta85/react-native-navigation/tree/swift-issue
Have you read the Contributing Guidelines on issues?
Yes
To Reproduce
- Start the playground app
- Observe that the app is not displayed
Expected behavior
App should come up
Actual Behavior
Black screen is seen indefinitely
Your Environment
- React Native Navigation version: 7.18.1
- React Native version: 0.63.2
- Platform(s) (iOS, Android, or both?): iOS
- Device info (Simulator/Device? OS version? Debug/Release?): Both
Reproducible Demo
https://github.com/varungupta85/react-native-navigation/tree/swift-issue
Are you willing to resolve this issue by submitting a Pull Request?
- ✖️ Yes, I have the time, and I know how to start.
- ✅ Yes, I have the time, but I don't know how to start. I would need guidance.
- ✖️ No, I don’t have the time and I’m okay to wait for the community / maintainers to resolve this issue.