@cutls/react-native-tiny-toast
Version:
😊A react native toast like component , it works on IOS and Android.
42 lines (41 loc) • 1.08 kB
JSON
{
"name": "@cutls/react-native-tiny-toast",
"version": "1.0.4",
"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": {
"@expo/vector-icons": "^12.0.2",
"deprecated-react-native-prop-types": "^4.0.0",
"prop-types": "latest",
"react-native-iphone-x-helper": "1.2.1",
"react-native-root-siblings": "3.2.3"
},
"peerDependencies": {
"react-native": ">=0.47.0"
},
"types": "index.d.ts",
"private": false
}