0

I was playing around with Facebook SDK with react-native generated ios app template. I was following the instructions here: https://developers.facebook.com/docs/ios/getting-started but somehow did not see Framework Search Paths mentioned in step 4.5. the react-native generated ios project seems to only have header search path, as shown below.

I was using latest Xcode version (9.3) enter image description here

jyhk
  • 135
  • 1
  • 9

2 Answers2

1

Try upgrading project templates - Upgrade guide

Or try to use RN wrappers available on the internet.

I personally like these two - this and this

Good luck!

Mihir
  • 3,812
  • 3
  • 25
  • 29
  • thanks for the suggestions ! by any chance do you have any recommendation for linkedin-login as well ? This is the one that I am trying out https://github.com/jodybrewster/react-native-linkedin-login. – jyhk Apr 01 '16 at 01:29
  • @jyhk use OAuth or passport. – Mihir Apr 01 '16 at 02:54
0

You need to change Basic to All tab at the top of the menu

enter image description here

No need of upgrading anything