watzak / react-native-instagram-oauth

react-native interface to login to instagram (iOS)
69 stars 14 forks source link

AppState Remains background #9

Open hzburki opened 7 years ago

hzburki commented 7 years ago

I have retrieved the access_token successfully and am able to navigate back to the app (Login Screen), but I am not able to change the state or navigate to next page (I want to go to HomeScreen if I have the access_token).

Here is the question along with the code I have posted on StackOverflow.

Also note that I am using Android for now, but will use this for iOS as well.