0

I have been working on an app for the past couple days and everything has been working fine. However, today I was adjusting the positions of some buttons and going to extremes in terms of their margins in order to test some things. I stopped messing with them and just added a couple screens and randomly the emulator (iPhone 6) paused at a white screen. Please help as I have not been able to find any useful solution.

S. Sinha
  • 165
  • 1
  • 7

1 Answers1

0

This is what I do when my react-native app is starting to bug out.

  • Stop Packager and Clear watchman cache
  • Uninstall the test app from the simulator
  • Restart Packager
Ashley Coolman
  • 11,095
  • 5
  • 59
  • 81