MobileAppInstructions to setup environment:preferably setup conda envif you don't have node installed run one of the following commands brew install nodeconda install -c conda-forge nodejsto install watchman run one of the following commands: brew install watchmanpip install watchdogiOS specific : sudo gem install cocoapodsinstructions to setup Xcode and simulator : https://reactnative.dev/docs/environment-setupandroid specific : follow instructions here : https://reactnative.dev/docs/environment-setupInstructions to run the app:git clone the projectcd into root(MobileApp) folder run : 'npm install' OR 'yarn add'if any dependencies are missing 'npm install <package_name>' OR 'yarn add <package_name>' them individuallybefore running the projecct on ios device : cd into ios folder and run the following command - pod installwhen you are ready to run the app : move to root(MobileApp) folder: to run iOS : npx react-native run-iosto run android : npx react-native run-android