This is a react native application. If you're not already set up to build react native cli applications, head to the react native environment setup and follow the instructions under the React Native CLI Quickstart tab.
For Macs with Apple silicon, I recommend brew install
instead of sudo gem install
for cocoapods.
- install a modern version of yarn
yarn install
npm install -g npx
npx react-native-asset
yarn start
yarn android
bundle install
yarn pod
yarn ios
yarn test
- create a fork
- submit a PR
- make sure unit tests pasts
- if you add anything that has a logic element, be sure to add tests for that logic
- other unit tests are always welcome