A simple expo react native app that lets you play trivia games by selecting true or false answers.
yarn start
or npm start
starts the app in development mode
src
┗ components
┃ ┣ assets
┃ ┃ ┣ adaptive-icon.png
┃ ┃ ┣ favicon.png
┃ ┃ ┣ icon.png
┃ ┃ ┗ splash.png
┃ ┣ constants
┃ ┃ ┗ api.js
┃ ┣ redux
┃ ┃ ┣ configureStore.js
┃ ┃ ┗ quiz.redux.slice.js
┃ ┣ Screens
┃ ┃ ┣ CardScreen.js
┃ ┃ ┣ IntroScreen.js
┃ ┃ ┣ LoadingScreen.js
┃ ┃ ┣ QuizScreen.js
┃ ┃ ┗ Score.js
┃ ┣ utils
┃ ┃ ┗ useCorrectAnswer.js
┃ ┣ AppNavigator.js
┃ ┗ QuestionList.js