App freezes on IOS when navigate to another screen – React Navigation
Current Behavior Ios app freezing when I want to navigate from Page1 to Page2 Expected Behavior I have two simple pages and I want to go to from Page1 to Page2 like <Button title = "Go to Page2" onPress={() =>…