Franco

Results 3 comments of Franco

@Sun3 Thank you! I was having the same issue, that fixed it. Hopefully it gets fixed on the main repo but the issue seems to be ignored :/

I had the same issue, you have to follow the instructions shown on the `endlessh.service` file: ``` ## If you want Endlessh to bind on ports < 1024 ## 1)...

This is what I did to solve it: ``` npx jetify npx react-native bundle --dev true --platform android --entry-file index.js --bundle-output ./android/app/src/main/assets/index.android.bundle --assets-dest ./android/app/src/main/res cd android && ./gradlew assembleDebug ```