Run facebook examples
1. Download source code from facebook git
git clone https://github.com/facebook/react-native.git
cd react-native
npm install
2. run
start server
./packager/packager.sh
open another terminal and run UIExplorer example
./gradlew :Examples:UIExplorer:android:app:installDebug