React Native App gets stuck only running on device

I am using “expo run:ios -d” to run my app on my iphone and the application gets stuck after device asks for permission for 1) Push notification 2) Network enablement. After I give permission for these two asks, app is in stuck state.

My app runs fine on the simulator without getting stuck. I have tested to run without push notification enabled, and it works fine. I followed proper steps to enable push notification mentioned here:https://rnfirebase.io/messaging/usageclean-offset-smoker

I searched through the log of the device and there was nothing that stood out. Can someone help?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.