Open parmeet9891 opened 6 years ago
@parmeet9891 Did you get any solution for the above error??
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"
I am also having same problem
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;