adb shell am force-stop com.example.app

Category: React Native & Mobile

adb shell am force-stop com.example.app

Force-stop an app

am (activity manager) force-stops an app's process entirely — like swiping it away plus killing background work. Use this to get a clean app start during testing, which is more reliable than just pressing back.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.