iosreact-nativereact-navigationstate-restoration

OS killing the app when it going to background


I'm develop application on React native and have an unexpected behavior. When I minimize the app OS kill it, so when I come back to the app it start loads again. I just want to keep using app from the moment I minimezed it.

enter image description here

The same when I blocking device. Is it something wrong with my app or it's default behavior of OS?


Solution

  • It was caused by errors in "Release" build of the app. So, it's not a normal behavior!