DEV Community

Discussion on: How to add FB SDK in react-native project

Collapse
 
frankfuu profile image
Frank Fu

I also want to add that if you got the error. "use of undeclared identifier 'FBSDKApplicationDelegate" you might want to visit this github issue

github.com/facebookarchive/react-n...

Collapse
 
mohdumer profile image
Muhammad Umer

You only just need to declare
this import..

import

above the...

ifdef FB_SONARKIT_ENABLED in AppDelegate.m file

Now you are able to archive easily..🤩🤩🤩