** Please ensure:
** Please provide the following information if you found some bugs or have question:
React Native version: Expo SDK 17
Platform: Android
Is real device of platform: No
Operating System: Arch Linux
I'm trying to get react-native-debugger to work with Expo and my genymotion android device, without success so far. When running the debugger, it will always listen on a random port, and I cannot figure out a way to tell expo and react-native-debugger to agree on the port.
- Updating my package.json file with the following script didn't help:
"scripts": {
"postinstall": "rndebugger-open --expo"
}
- Since Expo starts the RN packager for me, I don't understand how to run
REACT_DEBUGGER="unset ELECTRON_RUN_AS_NODE && open -g 'rndebugger://set-debugger-loc?port=19001' ||" npm start
- I tried
xdg-open "rndebugger://set-debugger-loc?host=localhost&port=19001"xdg-mime query default http without success (not sure how to assign react-native-debugger to this specific mime.
** Please ensure:
** Please provide the following information if you found some bugs or have question:
React Native version: Expo SDK 17
Platform: Android
Is real device of platform: No
Operating System: Arch Linux
I'm trying to get react-native-debugger to work with Expo and my genymotion android device, without success so far. When running the debugger, it will always listen on a random port, and I cannot figure out a way to tell expo and react-native-debugger to agree on the port.
REACT_DEBUGGER="unset ELECTRON_RUN_AS_NODE && open -g 'rndebugger://set-debugger-loc?port=19001' ||" npm startxdg-open "rndebugger://set-debugger-loc?host=localhost&port=19001"xdg-mime query default httpwithout success (not sure how to assign react-native-debugger to this specific mime.