Skip to content
This repository has been archived by the owner on Sep 23, 2021. It is now read-only.

runningdeveloper/crash-test

Repository files navigation

Reproduce example

How to reproduce this error issue

  • clone this npm i
  • expo start --android
  • after its running on emulator/device
  • open adb logcat
  • refresh and you'll see the error like below
  • the crash recovers using expo, but on a production app it displays a white screen when it crashes and then recovers. Resulting in a long startup

crash image adb

The fix

I made a pull request so you can use my forked branch to test

  • checkout fix branch
  • remove node_modules
  • watchman watch-del-all just in case
  • npm i
  • expo start --clear
  • after its running on emulator/device
  • open adb logcat
  • refresh and you'll see the error like below
  • should be fixed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published