Make sure android studio and emulator must me installed in your pc and all the path variables must be set properly.
Go into the project directory and run
npm install or yarn install
after installing dependancies,
run android
react-native run-android
run IOS
react-native run-ios