react-native-root-toast
Version:
react native toast like component, pure javascript solution
30 lines (29 loc) • 742 B
JSON
{
"version": "3.4.1",
"name": "react-native-root-toast",
"description": "react native toast like component, pure javascript solution",
"repository": {
"type": "git",
"url": "https://github.com/magicismight/react-native-root-toast"
},
"license": "MIT",
"main": "./index.js",
"types": "./index.d.ts",
"keywords": [
"react-component",
"react-native",
"ios",
"android",
"image",
"video",
"focus"
],
"dependencies": {
"deprecated-react-native-prop-types": "^2.3.0",
"prop-types": "^15.5.10",
"react-native-root-siblings": "^4.0.0"
},
"peerDependencies": {
"react-native": ">=0.47.0"
}
}