This is a project to create a minimum reproducible example of a randomly occurring bug in react-navigation library. It is advised to run this project on a physical iOS device to increase the chances of the bug to occur.
related issues:
to run this project:
- run
cd ReproducerApp
- run
yarn install
- run
cd ios
- run
bundle install
- run
bundle exec pod install
- run
yarn run start
andyarn run ios
simultaneously