UNPKG

react-native-nitro-restart

Version:

App restart and process management for React Native built with Nitro Modules. Provides native app restart, safe exit, and process ID functionality with cross-platform support for iOS and Android.

17 lines (15 loc) 387 B
// https://github.com/react-native-community/cli/blob/main/docs/dependencies.md module.exports = { dependency: { platforms: { /** * @type {import('@react-native-community/cli-types').IOSDependencyParams} */ ios: {}, /** * @type {import('@react-native-community/cli-types').AndroidDependencyParams} */ android: {}, }, }, }