jhen0409 / react-native-debugger

The standalone app based on official debugger of React Native, and includes React Inspector / Redux DevTools
MIT License
10.36k stars 809 forks source link

Don't check host for Open in Editor #776

Closed jhen0409 closed 1 year ago

jhen0409 commented 1 year ago

The file link of RN packager like Expo 48 is using IP as host, it doesn't work if set the host as localhost in __RN_PACKAGER_PREFIX__. Remove the host check is probably works fine on most use cases.