- Preview
- The goal of this project is only to practice React Native + Expo.
- React Native
- Expo
- Clone this repository && cd;
yarn
to install dependencies.yarn start
to run app.
- Fork this repository;
- Create a branch with you feature:
git checkout -b my-feature
- Commit changes:
git commit -m 'feat: My new feature'
- Push branch:
git push origin my-feature
- Coming soon