This project was bootstrapped with Create React Native App.
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.
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.