-
Gurukul Wisdom – Project Set Up Using React Native.
Project Folder Set Up Using React Native Installing Required Software Tools(One Time) : STEP 1: Configure Android Environment Variables STEP 2: Create Android Emulator (AVD) STEP 3: Install React Native CLI npm install -g react-native-cli npx react-native – version STEP 4: Create React Native Project npx @react-native-community/cli@latest init GurukulWisdomSourceCode cd GurukulWisdomSourceCode code . STEP 5: Start Metro Server npx react-native start STEP 6: Run App on Android Emulator npx react-native run-android STEP 7: Connect VS Code to Emulator
