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