Just a pet project. A checklist with the quests and weapons of the ffvii remake.
This project uses:
- React native
- Typescript
- Stateless component
- Contexts to share state
- Install dependencies:
npm install
- Start android emulator
emulator -avd <emulator_name>
- Run android applicaiton
npx react-native run android
npx react-native run android --deviceId emulator-5554
- Start react native
react native start