React Native - Comandos de ayuda
adb shell input keyevent 82
ps aux | grep node
kill -9 PID
adb reverse tcp:8081 tcp:8081
sudo sysctl -w fs.inotify.max_user_instances=1024
sudo sysctl -w fs.inotify.max_user_watches=100000
react-native run-android
react-native run-android --variant=release
No Comments