Socket
Socket
Sign inDemoInstall

react-native-restart

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-restart

Sometimes you want to reload your app bundle during app runtime. This package will allow you to do it.


Version published
Maintainers
1
Created

What is react-native-restart?

The react-native-restart package allows you to programmatically restart your React Native application. This can be useful in scenarios where you need to apply updates or reset the app's state.

What are react-native-restart's main functionalities?

Restart the Application

This feature allows you to restart the entire application programmatically. This can be useful after applying updates or when you need to reset the app's state.

import RNRestart from 'react-native-restart';

// Restart the app
RNRestart.Restart();

Other packages similar to react-native-restart

Keywords

FAQs

Package last updated on 31 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc