react-native-restart-enhanced

A React Native module to restart the application.


Keywords
react-native, ios, android
License
MIT
Install
npm install react-native-restart-enhanced@0.1.0

Documentation

react-native-restart-enhanced

A React Native module to restart the application.

Installation

npm install react-native-restart-enhanced

Usage

import { restart } from 'react-native-restart-enhanced';

// ...

const result = await restart();

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library