Khi chạy dòng lệnh ./gradlew assembleRelease nó sẽ sinh ra lỗi sau:
Error:Execution failed for task ':app:bundleReleaseJsAndAssets.
> A problem occurred starting process 'command 'node'
Lỗi này rất nhiều bạn gặp phải trong quá trình chạy React-native và sử dụng Terminal để gõ lệnh sinh APK Release
Cách sửa như sau, gõ lệnh này thay thế:
./gradlew assembleRelease -x bundleReleaseJsAndAssets
Nhớ cd vào android và xoá cái build cũ đi bằng lệnh ./gradlew clean
Có hướng dẫn sử dụng ./gradlew --stop mà mình chưa thử, bạn có thể thử xem sao