mirror of
https://github.com/status-im/react-native-dialogs.git
synced 2025-03-01 08:40:26 +00:00
14 lines
287 B
JSON
14 lines
287 B
JSON
{
|
|
"name": "ExampleApp",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node_modules/react-native/packager/packager.sh"
|
|
},
|
|
"dependencies": {
|
|
"react-native": ">=0.13.2",
|
|
"react-native-dialogs": "0.0.11",
|
|
"react-native-material-kit": "^0.2.2"
|
|
}
|
|
}
|