You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i click on logout button and press on 'Yes', it shows this error.
I have also done 'react-native link react-native-cookie', but still shows this error.
Importing Files import InstagramLogin from 'react-native-instagram-login'; import Cookie from 'react-native-cookie';
Did you fixed it?
My Configurations:
"react": "16.8.3",
"react-native": "0.58.6",
"react-native-instagram-login": "1.1.1",
"react-native-cookie": "0.2.0"
When i click on logout button and press on 'Yes', it shows this error.
I have also done 'react-native link react-native-cookie', but still shows this error.
Importing Files
import InstagramLogin from 'react-native-instagram-login';
import Cookie from 'react-native-cookie';
Logout Code
`toggleInstagram= () => {
const {instagram}= this.state;
The text was updated successfully, but these errors were encountered: