-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not build after install react-native-fbsdk #13259
Comments
Hey @hramos |
It looks like your description is missing some necessary information. Can you please add all the details specified in the template? This is necessary for people to be able to understand and reproduce the issue being reported. |
@hramos You are totally right! Sorry for that! Thank you in advance |
@hramos These are my files: MainActivity.java
MainApplication.java
string.xml
AndroidManifest.xml
|
Problem solved: |
Hi |
Getting this error after following the steps at : https://github.com/facebook/react-native-fbsdk |
Description
I'm trying to install react-native-fbsdk in my react-native project.
I'm doing it with these commends:
Then I'm trying to build with this commend:
react-native run-android
Then I went through the whole installation process of "importing and overriding" which explained here:
https://github.com/facebook/react-native-fbsdk
Then I got this error during the building process:
I went through the steps few times with few new projects and it always happen. Moreover the doc looks a bit not updated.
Any help please in order to complete the build process without any errors?
Thanks.
The text was updated successfully, but these errors were encountered: