What happens if you edit modules with exports that aren’t React components in Fast Refresh? Technology Community › Category: React Native › What happens if you edit modules with exports that aren’t React components in Fast Refresh? 0 Vote Up Vote Down VietMX Staff asked 4 years ago Fast Refresh will re-run both that module, and the other modules importing it. So if both Button.js and Modal.js import Theme.js, editing Theme.js will update both components.