Job Portal app using react native for iOS & Android_
Step 1: clone repo & cd into project
Step 2: install node modules
npm install
Step 3: Link Dependencies
react-native link
Step 4: If Android
react-native run-android
Before running iOS build, Install Xcode
Step 5: If iOS
react-native run-ios
Step 6: API Calls
API calls point to localhost:3008, You'll need to run API server on 3008 to make APIs work
That's all
If you want to install app in the device, connect your device to the system with debugger mode on and run the above command (app will be installed automatically)