react-native-tiny-toast
Version:
😊A react native toast like component , it works on IOS and Android.
38 lines (37 loc) • 941 B
JSON
{
"name": "react-native-tiny-toast",
"version": "1.0.7",
"description": "😊A react native toast like component , it works on IOS and Android.",
"main": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shx996/react-native-tiny-toast.git"
},
"keywords": [
"react-native",
"react-native-component",
"react-native-toast",
"toast",
"toast-ios",
"ios",
"loading",
"tiny-toast"
],
"author": "shx996",
"license": "MIT",
"bugs": {
"url": "https://github.com/shx996/react-native-tiny-toast/issues"
},
"homepage": "https://github.com/shx996/react-native-tiny-toast#readme",
"dependencies": {
"prop-types": "latest",
"react-native-iphone-x-helper": "1.2.1",
"react-native-root-siblings": "3.2.3"
},
"peerDependencies": {
"react-native": ">=0.47.0"
}
}