facebookarchive / react-native-fbsdk

A React Native wrapper around the Facebook SDKs for Android and iOS. Provides access to Facebook login, sharing, graph requests, app events etc.
https://developers.facebook.com/docs/react-native
Other
2.99k stars 909 forks source link

Yarn no good for the scripts #847

Open billnbell opened 3 years ago

billnbell commented 3 years ago

To get my build to work:

npx react-native run-ios

Putting this command in package.json: "ios": "npx react-native run-ios",

Then running "yarn ios" does not work. The script that runs will error in FBReactNativeSpec. So I tried:

npm run ios

And that solved it.

Posting this so someone can fix yarn, and update the docs. Some issue with bash forking in yarn and your script.