Problem installing ReactNative-FBSDK (Facebook Authentication)

0

I am studying the type of authentication in firebase, but I was only able to run the default authentication (email / password); I'm having trouble signing in via Facebook because the installation is giving error. I use the "NPM install react-native-fbsdk" command to do the installation it returns me:

eWhenIhavetolinktothetoolusing"react-native link react-native-fbsdk" it does not recognize the command.

I'm starting Native, so I need to know if I'm doing something wrong.

NOTE: The NPM install react-native-fbsdk command was performed inside the project folder and after using this command I can not open the project any more by the emulator.

    
asked by anonymous 12.12.2017 / 18:28

1 answer

0

According to the documentation, the package installation method is thus inside the new project folder:

react-native install react-native-fbsdk
react-native link react-native-fbsdk

(Ref link )

    
13.12.2017 / 18:59