Hot Reloading
See original GitHub issueBug
Hot Reloading doesn’t seem to be working
Environment info
React native info output:
System:
OS: macOS 10.14.5
CPU: (12) x64 Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
Memory: 82.00 MB / 16.00 GB
Shell: 5.3 - /bin/zsh
Binaries:
Node: 10.15.3 - ~/.nvm/versions/node/v10.15.3/bin/node
Yarn: 1.16.0 - /usr/local/bin/yarn
npm: 6.4.1 - ~/.nvm/versions/node/v10.15.3/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
SDKs:
iOS SDK:
Platforms: iOS 12.2, macOS 10.14, tvOS 12.2, watchOS 5.2
IDEs:
Android Studio: 3.4 AI-183.6156.11.34.5522156
Xcode: 10.2.1/10E1001 - /usr/bin/xcodebuild
npmPackages:
react: 16.8.6 => 16.8.6
react-native: 0.60.3 => 0.60.3
npmGlobalPackages:
react-native-cli: 2.0.1
Library version: x.x.x
Steps To Reproduce
- Enable Hot reloading
- Change some text in App.tsx …
Describe what you expected to happen:
- Text should change with hot reloading enabled
Reproducible sample code
None required
Issue Analytics
- State:
- Created 4 years ago
- Reactions:6
- Comments:10
Top Results From Across the Web
What is the difference between Hot Reloading and Live ...
Hot reload just displays the code changes according to new code changes without restarting the app from the start and its effects only...
Read more >Introducing Hot Reloading - React Native
The idea behind hot reloading is to keep the app running and to inject new versions of the files that you edited at...
Read more >Hot reload - Flutter documentation
Flutter's hot reload feature helps you quickly and easily experiment, build UIs, add features, and fix bugs. Hot reload works by injecting updated...
Read more >What is hot-reloading exactly, is it just another fancy term for ...
When you develop an Application where you build your Js using Modules then the Hot Part of reloading can replace your module on-the-fly...
Read more >Introducing the .NET Hot Reload experience for editing code ...
With Hot Reload you can now modify your apps managed source code while the application is running, without the need to manually pause...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Woop! 🎉I tested with
0.61.0-rc.2, as innpx react-native init RN061 --version react-native@next --template typescriptand I can confirm that fast refresh is working as intended.I am facing the same issue as well.
And just to add a bit more context on this. When I make a change to
App.tsxfor example I do see “Hot reloading…” on the emulator but the changes aren’t applied.react: 16.8.6 react-native: 0.60.5 node: 10.15.0