UNPKG
react-native-popup-dialog-hendra
Version:
latest (1.0.0)
1.0.0
React Native Popup Dialog for IOS & Android.
react-native-popup-dialog-hendra
/
popup-dialog-example
/
package.json
12 lines
(11 loc)
•
289 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"main"
:
"node_modules/expo/AppEntry.js"
,
"private"
:
true
,
"dependencies"
:
{
"expo"
:
"^25.0.0"
,
"prop-types"
:
"^15.6.1"
,
"react"
:
"16.2.0"
,
"react-native"
:
"https://github.com/expo/react-native/archive/sdk-25.0.0.tar.gz"
,
"react-native-popup-dialog"
:
".."
}
}