- Getting Started
1.1 - What is React Native
1.2 - Why should you learn React Native
1.3 - Learning outcome from this course. - Setup
2.1 - Installing and setting up the environment (Java, NodeJS v12.10.0, Atom or Visual Code Editor)
2.2 - Creating virtual emulator for testing
PATH = %PATH%;C:\Users\User\AppData\Local\Android\Sdk\platform-tools
PATH= %PATH%;C:\Users\User\AppData\Local\Android\Sdk\emulator
PATH= %PATH%;C:\Users\User\AppData\Local\Android\Sdk\tools\bin
npx expo-cli init 'name of project'
npx install react-navigation
npx install react-navigation-stack
npm install (for node module)
expo update
npm install react-native-gesture-handler --save
npm start