A simple counter in React Native using expo-cli
for React Native practice.
- React Native
- React Native Elements
- Clone this project
git clone https://github.com/mrarslanark/simple-counter-react-native.git
- Download and Install NodeJS (If not installed)
- Install yarn (If not installed)
- Using your terminal navigate to the project directory and run
yarn
to install all the depdencies - Install
expo-cli
globally
yarn global add expo-cli
- Navigate to project directory in terminal
- Run
expo start
to start Metro Bundler - Run the project on iOS by selecting Run on iOS simulator
- Run the project on Android by selecting Run on iOS simulator