Facebook Sdk Android Error Building

后端 未结 7 1981
北荒
北荒 2020-12-04 16:46

I am trying to build my react-native project and using react-native fbsdk.

However, I get these errors:

/home/luiz/MYP/app/node_modu         


        
7条回答
  •  时光说笑
    2020-12-04 17:04

    As you can see here there is patches incoming,

    https://github.com/facebook/react-native-fbsdk/pull/339 https://github.com/facebook/react-native-fbsdk/pull/338

    in the meantime if you're using react-native-fbsdk v0.5 you could do

    yarn add react-native-fbsdk@https://github.com/tugorez/react-native-fbsdk

    I've applied the suggested changes and it's working :) but please be aware I'll no support this and wont keep it update so... as soon as you can you should go back to the official library.

提交回复
热议问题