Skip to content

azamatsmith/oscars-voting

Repository files navigation

CircleCI codecov code style: prettier

Getting Started

  1. Add an env.js to your root directory
  2. It should contain the env variables that will be used throughout the app and look like this:
module.exports = () => {
  // ADD ENV VARS HERE
  process.env.SOME_API_KEY = 'SECRET';
};
  1. Run yarn install or npm install in the project directory
  2. Run yarn start or npm run start
  3. When the package finishes building and a dialog appears, press i to start the iOS emulator.

This project was bootstrapped with Create React Native App.

Further reference can be found reading the React Native Docs

About

Collaboration to create a 2019 Oscars Voting App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published