react-native-facebook-login
react-native-facebook-login copied to clipboard
Show facebook button but when clicked it crashed.
Hello. I'm new in developing RN apps. I have an issue on Facebook login. The app suddenly stopped/closed after clicking Facebook button! I don't know why it crashed when it run in emulator it's pretty working but when I installed it on my phone it always crashed. Anyone who encountered the same issue?
Are you getting this crash error in xcode?
Terminating app due to uncaught exception 'InvalidOperationException', reason: 'App ID not found. Add a string value with your app ID for the key FacebookAppID to the Info.plist or call [FBSDKSettings setAppID:].
@joaofranca thanks for pointing that one out. Actually was my mistake.
@joaofranca thank you. Could you please show an example here
@montaserfzy my problem was actually not setting up the project correctly. Just followed the guide again and everything worked just fine.