Skip to content

Hot reloading does work with TabView while it works with other Scene #1625

Closed
@Pylipala

Description

@Pylipala

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

  1. git clone https://github.com/aksonov/react-native-router-flux.git
  2. cd Example && npm install && npm start
  3. open iOS/Example.xcodeproj and run in iPhone6 Plus 10.2 emulator
  4. press ⌘+D and select Enable Hot Reloading
  5. click Go to TabBar page
  6. open file Example/components/TabView.js and add some content in it
  7. 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions