Closed
Description
I want to implement support for Webpack dev server.
This is essential to my workflow as I rely on transforms such as 6to5. I also want to integrate Hot Module Replacement to React Native so that updates without losing component state or unmounting are possible.
Where should I start looking?