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:
1) Open your terminal and cd to the specific example you want to run cd home/XYZ/react-native-master/Examples/UIExplorer
2) run npm install
3) run npm start
4) Open the example in Xcode and run it from there It should work fine.
PS: It was so simple but a lot of answers mislead me too.