A React Native module to restart the application.
npm install react-native-restart-enhanced
import { restart } from 'react-native-restart-enhanced';
// ...
const result = await restart();
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library