Reputation: 205
I am new to react native. I am using Atom IDE for developing the Android application. I have small doubt reading react. while designing the component in the react native is there any way for instant render window.
Upvotes: 2
Views: 228
Reputation: 632
You can use "Enable Hot reloading" feature of react native to instant render on your real device or emulator.
To enable this feature once you run your application in real device then shake your device then you will get following screen: choose Enable hot reloading option. Once you save your file it will immediately reflect
If you are using android emulator then use following option
There are other option in dev menu which is useful are:
Upvotes: 2