-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 902 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "rn-custom-toast",
"version": "1.0.2",
"description": "A simple and fully customizable React Native component that toasts for both android an iOS.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/roundcubelabs/rn-custom-toast.git"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"toast",
"custom toast",
"alert",
"react",
"react native",
"mobile",
"ios",
"android",
"ui"
],
"author": "roundCube Labs",
"license": "MIT",
"bugs": {
"url": "https://github.com/roundcubelabs/rn-custom-toast/issues"
},
"homepage": "https://github.com/roundcubelabs/rn-custom-toast#readme",
"devDependencies": {
"metro-react-native-babel-preset": "^0.55.0"
}
}