Restart your React Native Android App with ease using Process Phoenix 🚀
npm install rn-phoenix-restartRestart your React Native App with ease using Process Phoenix 🚀
``sh`
npm install rn-phoenix-restart
// OR
yarn add rn-phoenix-restart
`js
import { restartApp } from 'rn-phoenix-restart';
// Then trigger the Process Phoenix triggerRebirth by calling restartApp
const result = await restartApp();
``
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
---
Made with create-react-native-library