I can\'t find any instructions on how to install and run one of the other Examples provided in \'https://github.com/facebook/react-native/tree/master/Examples\' such as \'https:
First, meet the requirements on the getting started guide
Then, check out the React Native repository and run the following inside it:
npm install
open Examples/Movies/Movies.xcodeproj
If you have errors compiling due to linking errors, removing the derived data may help. Quit Xcode, delete /Users/{you}/Library/Developer/Xcode/DerivedData
, and re-open Xcode.