A cross-platform React Native module to trigger such a hot restart programmatically. Fully compatible with React Native's New Architecture.
npm install @homielab/react-native-hot-restartimport { restart } from '@homielab/react-native-hot-restart';
// ...
restart();MIT