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?
Cannot download file ios_setup.js for fbsdk
700 Views Asked by David Choi At
2
There are 2 best solutions below
1

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
Seems like it was removed in master. You can still get the latest copy from the 0.6.1 tag