For more information, please check the wiki link of this repo.
-
Clone the repo
git clone https://github.com/thecodesydney/loyaltycard.git
-
Go to the directory type
cd loyaltycard
-
Install Expo CLI
npm install -g expo-cli
– reference https://reactnative.dev/docs/getting-started -
Run
npm install
-
Start the application by running the script
npm start
- Make sure
Xcode
is installed if you are using Mac OS. You can run the Xcode Simulator by typingopen -a Simulator.app
- For other operating system – please check the web for how to run React Native Project in Windows or Linux machines.