Expo React Native Init

npm install expo-cli --global
expo init my-app
cd my-app
expo start
Poor Penguin