This is a React Native project.
Follow these instructions to get a copy of the project up and running on your local machine.
- Node.js
- npm or yarn
- React Native CLI
- Clone the repository:
git clone https://github.com/drjoeycadieux/custom.git
- Navigate to the project directory:
cd custom
- Install dependencies:
npm install # or yarn install
To run the project on an Android or iOS emulator:
npx react-native run-android
# or
npx react-native run-ios
To build the project for production:
npx react-native build
Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE.md file for details.
- Hat tip to anyone whose code was used
- Inspiration
- etc