Georgia-Driving-Exam
Prerequisite
Installation
- run
npm install
oryarn install
Run on Device
- run
npx react-native run-android
to run on device or emulator
Project info
I made this application to make it easier for Russian speaking people to prepare for the driver's license exam in Georgia.
Project Structure
App.js - App Root component
/components - react native components and styles
/assets - contains data, images and fonts
/ios - React native ios source code
/android - React native android source code