Slaviii, never let your boss hungry.
- with
npm
npm install -g expo-cli- with
yarn
yarn global add expo-cli- with
npm
npm install - with
yarn
yarn installCreate .env file in your project root (/). Then enter your Firebase config using following format.
API_KEY=your_apiKey
AUTH_DOMAIN=your_authDomain
DB_URL=your_databaseURL
PROJECT_ID=your_projectId
STORAGE_BUCKET=your_storageBucket
MSG_SENDER_ID=your_messagingSenderId
APP_ID=your_appId- with
npm
npm start - with
yarn
yarn startNote: you can also use:
expo start
Made with ♥ by PUM Team