gaearon / react-hot-loader

Tweak React components in real time. (Deprecated: use Fast Refresh instead.)
http://gaearon.github.io/react-hot-loader/
MIT License
12.26k stars 801 forks source link

Support React Native #907

Open theKashey opened 6 years ago

theKashey commented 6 years ago

The current version of React Native uses something from RHL v1. v4 could handle Webpack, Parcel and Electron. Lets add React Native. 🚀

gregberge commented 6 years ago

Ping @gaearon what do you think?

theKashey commented 6 years ago

React Native are using react-hot-loader v1, and facing all the issues we solved.

Actually everything should work out of box, as long React-native supports the same module.hot as rest of bundlers.

Actually all the work shall be done not here - just rewire React-native HMR setup and done.

theKashey commented 6 years ago