Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 686 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 686 Bytes

This project was bootstrapped with Create React Native App.

stumped

A tiny trivia app made with react-native. Trivia questions come from jservice. Great for time killing and general trivia fun. No scoring or players, just trivia questions.

development

npm start runs the app in development mode. Open in the Expo app. npm run ios like npm start, but attempts to open in iOS Simulator app if on a Mac npm run andriod attemps to open on connected Android device or emulator. Requires Android build tools. npm run eject ejects the app

Check out create-react-native-app for more info.