expo-react-native-toastify
Version:
expo-react-native-toastify allows you to add notifications to your expo react-native app (ios, android, web) with ease.
49 lines (47 loc) • 1.04 kB
JSON
{
"name": "expo-react-native-toastify",
"version": "1.0.19",
"description": "expo-react-native-toastify allows you to add notifications to your expo react-native app (ios, android, web) with ease.",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"react-component",
"pushalert",
"toast",
"popup",
"react-native toast",
"react-native-toastify",
"react-native",
"react-toastify",
"toastify",
"react-native-notification",
"toastify-react-native",
"notification",
"picker",
"expo",
"cli",
"mobile",
"ios",
"android",
"web",
"expo-toast",
"paper-toast",
"snackbar",
"expo-snackbar"
],
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-vector-icons": "*"
},
"dependencies": {
"react-native-modal": "*",
"react-native-responsive-fontsize": "*"
},
"license": "MIT",
"author": "geeek",
"devDependencies": {}
}