figwheel-main

figwheel-main http://figwheel.org
2020-07-29T15:33:29.197600Z

@bhauman found another thing that’s lacking in the react-native support. It is common to run the dev build on an actual device, hot reloading over the local network. Figwheel is configured to load files through localhost by default and even when I change :connect-url to use [[server-ip]] it stil seems to be connecting to 127.0.01 although it thinks it’s trying my actual machine’s IP. If there’s a way to get non-localhost to work that seems like the more appropriate defaults.

bhauman 2020-07-29T21:13:57.198Z

@daniel975 you just need to update to the latest figwheel

2020-08-03T20:23:13.232Z

That was fast! Works like a charm when running on device but the chrome debug mode still doesn’t connect for some reason.