hungdev / react-native-instagram-login

a react native instagram login component (support android & ios). Pull requests are welcome!
https://www.npmjs.com/package/react-native-instagram-login
187 stars 105 forks source link

Unable to login via instagram #31

Closed nihp closed 5 years ago

nihp commented 5 years ago

I am trying to login my app via Instagram. But it showing the error as Screenshot 2019-04-01 at 9 35 03 AM

hungdev commented 5 years ago

@nihp have you link react-native link react-native-webview?

nihp commented 5 years ago

After I have linked the react-native-webview. Still facing the same issue. Does it show in libraries after linking it?

hungdev commented 5 years ago

@nihp hi guy, I tried it again and I found everything was okay.

hungdev commented 5 years ago

here is my record video: https://youtu.be/rKc90_DOIZ8

nihp commented 5 years ago

Thanks @hungdev

hungdev commented 5 years ago

@nihp You have successfully installed it ?

nihp commented 5 years ago

Not yet I am checking this issue

hungdev commented 5 years ago

@nihp everything fine?

nihp commented 5 years ago

No I am facing the same issue. I didn't found any solution for this

hungdev commented 5 years ago

@nihp are you try with creating a new example?

nihp commented 5 years ago

Yes, I have installed my app newly in separate folder and tried to login

Note: It worked previously (i.e) before 2 weeks

hungdev commented 5 years ago

please create new project and setup with last version react native instagram and record the video. You can send your video to my mail if it is a video with a sensitive key. @nihp

nihp commented 5 years ago

I am not tried with a new demo. But I am facing an error as "InvariantViolation: requireNativeComponent: "RNCWKWebView" was not found in the UIManager"

Screenshot 2019-04-04 at 3 43 30 PM

nihp commented 5 years ago

Fixed the above issue by adding RNCWebview in my Link binaries.

Thanks @hungdev