$ sudo npm install -g create-react-native-app
$ sudo npm install --global expo-cli
$ npm install -g react-native-cli
$ create-react-native-app appName
$ cd appName
$ expo start
$ react-native init appName --version 0.55.4
$ cd appName
$ react-native start --reset-cache
$ react-native run-android
$ adb -s DEVICE_NAME reverse tcp:8081 tcp:8081
$ adb shell input keyevent 82
Antes de hacer build en XCode
$ rm -rf node_modules/ && yarn cache clean && yarn install
$ rm -rf ~/.rncache
$ cd node_modules/react-native/scripts
$ ./ios-install-third-party.sh
$ cd third-party/glog-0.3.4
$ ./configure
$ make
$ make install