UNPKG

react-native-instant-restart

Version:

A lightweight and reliable React Native library to restart your application on both iOS and Android platforms

59 lines (58 loc) 1.32 kB
{ "name": "react-native-instant-restart", "version": "1.0.0", "description": "A lightweight and reliable React Native library to restart your application on both iOS and Android platforms", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "android", "ios", "react-native-instant-restart.podspec", "README.md", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__" ], "scripts": { "build": "tsc", "prepare": "tsc" }, "keywords": [ "react-native", "ios", "android", "restart", "reload", "app-restart", "reboot", "refresh", "language-switch", "rtl", "ltr", "i18n", "theme-switch", "configuration" ], "author": "ADIO Mobile", "license": "MIT", "homepage": "https://github.com/khafagaa/react-native-instant-restart#readme", "bugs": { "url": "https://github.com/khafagaa/react-native-instant-restart/issues" }, "peerDependencies": { "react": "*", "react-native": "*" }, "devDependencies": { "@types/react": "^18.0.0", "@types/react-native": "^0.72.0", "react": "^18.0.0", "react-native": "^0.72.0", "typescript": "^5.0.0" }, "repository": { "type": "git", "url": "https://github.com/khafagaa/react-native-instant-restart.git" } }