Open akjesto opened 7 years ago
Did you run react-native link
?
It seems that this will get fixed with a new release since the function is indded available in the current code (https://github.com/fullstackreact/react-native-oauth/blob/master/react-native-oauth.js#L32) but not in the currently latest version 2.1.14 (https://github.com/fullstackreact/react-native-oauth/blob/v2.1.14/react-native-oauth.js).
You may use npm install git+https://github.com/fullstackreact/react-native-oauth --save
meanwhile to use the code from the master branch on github
Edit: The same has been descibed in #80
@auser has merged #111 (thanks) so @akjesto this should work for you.
Seems this still needs to be pushed to npmjs?
I'm having the same issue. Is there a fix?
@nickcobbett look at my comment above https://github.com/fullstackreact/react-native-oauth/issues/109#issuecomment-299994598
I always get the error like
"manager.addProvider is not a function. (In 'manager.addProvider', 'manager.addProvider' is undefined)",
How to fix this? Please help me.