react-native-root-toast
Version:
react native toast like component, pure javascript solution
29 lines (28 loc) • 686 B
JSON
{
"version": "3.3.0",
"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": {
"prop-types": "^15.5.10",
"react-native-root-siblings": "^4.0.0"
},
"peerDependencies": {
"react-native": ">=0.47.0"
}
}