It is a simple app than allows you to consult all the major Cryptocurrencies avaliable in the market and all their details.
This project was created using the last avaliable version of expo
and using:
- react-navigation
- react-native-paper
- react-native-vector-icons
For Testing was used:
- Jest
- React-native testing Library
And finally for documentation of the components was used:
- StoryBook
git clone https://github.com/SobusaDriver/cripto_app.git
yarn
For an android device execute:
yarn android
For an iOS device (only if you have a macOS computer with xCode) execute:
yarn ios
- Open the file located in the route
./App.tsx
- Comment the line 28 of the same file.
- Uncomment the line 29 of the same file.
- Save changes.
- Execute the App/reload the running App.