Skip to content

A mini game of questions/answers made with React Native

Notifications You must be signed in to change notification settings

jbwestphal/react-flashcards

Repository files navigation

React Flashcards

This project was bootstrapped with Create React Native App and works on IOS or Android.

Install the dependencies

npm install or yarn install

Available Scripts

If Yarn was installed when the project was initialized, then dependencies will have been installed via Yarn, and you should probably use it to run these commands as well. Unlike dependency installation, command running syntax is identical for Yarn and NPM at the time of this writing.

npm start or yarn start

Runs your app in development mode.

Open it in the Expo app on your phone to view it. It will reload if you save edits to your files, and you will see build errors and logs in the terminal.

Sometimes you may need to reset or clear the React Native packager's cache. To do so, you can pass the --reset-cache flag to the start script:

npm start -- --reset-cache
# or
yarn start -- --reset-cache

npm test or yarn test

Runs the jest test runner on your tests.

npm run ios or yarn run ios

Like npm start, but also attempts to open your app in the iOS Simulator if you're on a Mac and have it installed.

npm run android or yarn run android

Like npm start, but also attempts to open your app on a connected Android device or emulator. Requires an installation of Android build tools (see React Native docs for detailed setup). We also recommend installing Genymotion as your Android emulator.

About

A mini game of questions/answers made with React Native

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published