I wanna check app update whenever user open app, so I handle that function in index file. However, when needUpdated return true and force user update app, then how can I know user has updated the last version. I try to use AppState but it call every screens. I just want to call once when use open app.
I wanna check app update whenever user open app, so I handle that function in index file. However, when needUpdated return true and force user update app, then how can I know user has updated the last version. I try to use AppState but it call every screens. I just want to call once when use open app.
Hope to have any help. Thanks so much!