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.
Asked
Active
Viewed 785 times
0

jyhk
- 135
- 1
- 9
2 Answers
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