My Expo Go app keeps closing on android emulator and android device

My app works working fine until yesterday any time I run my app on android it keeps closing the Expo Go App.

Please any help will be highly appreciated, as I have made lots of changes to my app and I need to preview on android as well.

check at which point in your app the crash is occurring. For example if at loading then check error in your home or anding page. If as you navigate to another screen, check the file of the screen you are navigating to.

In addition, there should be an error message that pops up briefly. Check what that error message says.

More likely the issue is with a style you have defined wrongly. Check your stylesheet or component styles for the recent changes you made