Cannot download file ios_setup.js for fbsdk

683 views Asked by At

I'm trying to build a react-native ios app. And I'm trying to download the file ios_setup.js from curl -O https://raw.githubusercontent.com/facebook/react-native-fbsdk/master/ios_setup.js. But I get the error 404: Not Found. I'm using the instructions verbatim from facebook developer site. Any ideas?

2

There are 2 answers

0
basharaj On BEST ANSWER

Seems like it was removed in master. You can still get the latest copy from the 0.6.1 tag

1
Robin Tang On

Actually it was moved to the bin folder. You can find the file here in the current branch: https://raw.githubusercontent.com/facebook/react-native-fbsdk/master/bin/ios_setup.js