Closed
Description
Version
Tell us which versions you are using:
- react-native-router-flux v3.37.0
- react-native v0.37.0
Expected behaviour
TabView content should support hot reloading.
Actual behaviour
The "Hot loading..." banner show at iPhone emulator top, but the view actually does not update.
Steps to reproduce
git clone https://github.com/aksonov/react-native-router-flux.git
cd Example && npm install && npm start
- open
iOS/Example.xcodeproj
and run iniPhone6 Plus 10.2 emulator
- press ⌘+D and select
Enable Hot Reloading
- click
Go to TabBar page
- open file
Example/components/TabView.js
and add some content in it - the "Hot loading..." banner show at iPhone emulator top, but the view actually does not update.
however, it we click Go to Login page
and edit file Example/components/Login.js
, hot reloading will work.
Metadata
Metadata
Assignees
Labels
No labels