adb push local.txt /sdcard/
Category: React Native & Mobile
adb push local.txt /sdcard/
Copy a file from your computer to the device
Copies a local file onto the device. Common uses: pushing an APK to test, seeding test data, or dropping files into app-visible storage paths.