Code challenger build using React Native
Gravacao.de.Tela.2023-03-24.as.14.46.38.mov
- axios were used for consumption by Api
- styled-component to work with customizable components
- typescript as a development language facilitating the definition of types
- react-Navigation for navigation between screens
- react-Redux and @reduxjs/toolkit for Global state control
- json-server for simulate api service
Installing dependencies
$ cd ton
$ yarn
Run server
$ yarn server
- You need to have Android Studio installed and configured and your computer to run APP React Native;
- With all dependencies installed and the environment properly configured, you can now run the app;
- With Android Studio running and Emulador open:
- Or emulate on your physical device.
IOS or Android
$ cd ton
$ cd ios
$ pod install
$ cd ../
$ yarn ios
or
$ yarn android
$ yarn test