Skip to content

BadLice/modal-freeze-reproducer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

modal-freeze-reproducer

Build

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 and yarn run ios simultaneously