This repository is my react native journey to improve my coding style. Just try clone it if you want to learn it 😆
To install, there are two steps:
- Clone this repo and run
npm install
oryarn install
git clone https://github.com/igarramaddhan/LANote.git
cd LANote
npm install
or
yarn install
- Link the dependencies
react-native link
- Run the project with react-native run command.
Android
react-native run-android
IOS
react-native run-ios