React Native & Mobile

44 commands

npx @react-native-community/cli init MyAppnpx react-native startnpx react-native run-androidnpx react-native run-iosnpx react-native log-androidnpx react-native log-iosnpx react-native doctornpx react-native configadb devicesadb shelladb install -r app.apkadb uninstall com.example.appadb reverse tcp:8081 tcp:8081adb logcat -s ReactNativeJSadb logcat -d -s AndroidRuntime:Eadb shell pm list packages -3adb shell am force-stop com.example.appadb shell dumpsys activity activitiesadb pull /sdcard/file.txt .adb push local.txt /sdcard/adb rebootadb wait-for-device./gradlew assembleDebug./gradlew installDebug./gradlew bundleRelease./gradlew lint./gradlew test./gradlew taskssdkmanager --listemulator -list-avdsemulator -avd Pixel_10aapt2 dump badging app.apkmaestro test .maestro/flow.yamlmaestro studiomaestro hierarchypod installnpx pod-installxcodebuild -listxcodebuild -workspace App.xcworkspace -scheme App -configuration Release buildxcrun simctl list devicesxcrun simctl boot "iPhone 16"npx react-native bundle --platform android --dev false --entry-file index.js --bundle-output android-release.bundlefastlane initfastlane run release
Search all 7,657 commands instead.