react-native-network-toast
Version:
Network toast for react native screens
39 lines (38 loc) • 1.06 kB
JSON
{
"name": "react-native-network-toast",
"version": "1.2.2",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"description": "Network toast for react native screens",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rimraf ./dist && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GZtheStackJourney/react-native-network-toast.git"
},
"keywords": [
"react",
"react-native",
"netinfo",
"toast",
"toast-message",
"react-component",
"android"
],
"peerDependencies": {},
"author": "gzliew",
"license": "MIT",
"bugs": {
"url": "https://github.com/GZtheStackJourney/react-native-network-toast/issues"
},
"homepage": "https://github.com/GZtheStackJourney/react-native-network-toast",
"devDependencies": {
"@react-native-community/netinfo": "^3.2.1",
"@types/react": "^16.8.19",
"@types/react-native": "^0.57.60",
"rimraf": "^2.6.3"
},
"files": ["dist/**/*", "android_screenshot.png", "android_screenshot2.png"]
}