-
I just received a mail from facebook about updating Facebook SDK for iOS, and after checking the repository, I didn't find anywhere where we define the needed version of the facebook SDK. It means that we can use this react native adapter with any version of the sdk? We only need to update the pod lock file? ref
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
It's right here: react-native-fbsdk-next/react-native-fbsdk-next.podspec Lines 16 to 29 in fcd4b2a And an update is in progress but needs review + testing, you can help test by referencing the PR via a github reference to the branch in your package.json then in a postinstall step in package.json doing a |
Beta Was this translation helpful? Give feedback.
It's right here:
react-native-fbsdk-next/react-native-fbsdk-next.podspec
Lines 16 to 29 in fcd4b2a
And an update is in progress but needs review + testing, you can help test by referencing the PR via a github reference to the branch in your package.json the…