Simple list of skills, project where I started my studies with React Native
Report Bug
·
Request Feature
-
Clone the repo
git clone https://github.com/nicodemos234/myskills.git
-
Navigate to project folder
cd myskills/ -
Install packages
yarn #I prefer yarn, but if you want to use npm use: npm install -
Run your emulator
-
Start React Native
yarn start #or npm run start -
Run in Android
yarn android #or run in iOS: yarn ios
