Anton Karatkevich
Anton Karatkevich

Reputation: 57

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?

Upvotes: 0

Views: 232

Answers (1)

Anton Karatkevich
Anton Karatkevich

Reputation: 57

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

Upvotes: 0

Related Questions