react-native-dan-forden
Version:
Super simple react native toast that's just gonna work. (web, native, expo)
43 lines (42 loc) • 1.06 kB
JSON
{
"name": "react-native-dan-forden",
"description": "Super simple react native toast that's just gonna work. (web, native, expo)",
"version": "0.0.8",
"main": "src/index.ts",
"files": [
"src"
],
"keywords": [
"react",
"react-native",
"react-native-web",
"reanimated",
"toast",
"flash",
"ios",
"android",
"web",
"expo"
],
"repository": "https://github.com/ripeworks/react-native-toasty",
"author": "Mike Kruk (https://ripeworks.com)",
"license": "MIT",
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-gesture-handler": "*",
"react-native-reanimated": "*",
"react-native-safe-area-context": "*",
"react-native-screens": "*"
},
"devDependencies": {
"@types/react": "^18.2.75",
"react": "^18.2.0",
"react-native": "^0.73.6",
"react-native-gesture-handler": "^2.16.0",
"react-native-reanimated": "^3.8.1",
"react-native-safe-area-context": "^4.9.0",
"react-native-screens": "^3.30.1",
"typescript": "^5.4.5"
}
}