Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Latest commit

 

History

History

README.md

slaviii-app

License: MIT version wakatime react-native runs with expo

logo

Slaviii, never let your boss hungry.

Prerequisite

Expo CLI

  • with npm
npm install -g expo-cli
  • with yarn
yarn global add expo-cli

Get started

1. Install modules

  • with npm
npm install 
  • with yarn
yarn install

2. Config .env variables

Create .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

3. Run

  • with npm
npm start 
  • with yarn
yarn start

Note: you can also use: expo start


Made with ♥ by PUM Team