UNPKG

toastify-react-native

Version:

🎉 toastify-react-native allows you to add notifications to your react-native app (ios, android) with ease. No more nonsense!

27 lines (26 loc) • 582 B
{ "name": "my-app", "version": "1.0.0", "main": "index.js", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web" }, "dependencies": { "expo": "*", "expo-status-bar": "*", "react": "*", "react-native": "*", "react-native-animatable": "*", "react-native-vector-icons": "^10.2.0", "toastify-react-native": "file:.." }, "devDependencies": { "@babel/core": "^7.20.0", "typescript": "^5.3.3", "@types/react": "~18.3.12" }, "private": true }