If on windows run PowerShell in admin mode and install chocolatey (package manager for windows) and yarn (package manager for code)
# https://chocolatey.org/docs/installation
# https://classic.yarnpkg.com/en/docs/install/#windows-stable
# Clone the repo
git clone https://github.com/jkuan1/ultimate-teams.git
# Navigate to cloned folder and install dependencies
cd ultimate-teams
yarn install
#### 2. Open Ultimate Teams in your simulator
yarn run:android
That's it! Cool, right?
## Documentation
Our handy documentation can be found on official RNS website: https://docs.reactnativestarter.com
## Contributing
If you find any problems, please [open an issue]or submit a fix as a pull request.
## License
[Mozilla Public License 2.0](LICENSE)