Hey I know this was asked before, but none of the solutions seem to help. I\'m using first time Facebook SDK in my application.
What I\'ve tried:
I had tried
There is a reason why sdkInitialize() is deprecated.
sdkInitialize()
Go to your manifest file within the android folder and add following
After that append in your strings.xml file (res/values/strings.xml) the string entry:
strings.xml
APP_ID
Close your Metro Builder and rebuild your Project using react-native run-android