Hot Reloading is out now but I am having lots of problems getting it to work.
At first I had the standard module.hot.accept("../reducers", () => { code in my redux store but that was causing problems. After commenting that code out I started getting Cannot read property 'length' of undefined.
I created a new project react-native init test and I get the same error every time a file is changed.
ExceptionsManager.js:61 Cannot read property 'length' of undefined
Is there something that needs to be done in the project to make hot reloading work?
Update
This is still undocumented and causing more problems than its worth. For now I am using redux-persist with live reloading.
cannot read property length of undefined