pinqy520 / mobx-persist

persist mobx stores
MIT License
560 stars 62 forks source link

[react native] Can't save persist data when close app with go back button in my phone #55

Open appaaaa opened 6 years ago

appaaaa commented 6 years ago

I'm using mobx-persist and react-native. and I save data with mobx-persist. but when I close app with back button in my phone(galexy S8+) persist data doesn't saved..

How can I handle the data when app closing with phone's back button?