mirror of
https://github.com/status-im/react-native-dialogs.git
synced 2026-08-31 03:01:10 +00:00
14 lines
352 B
JSON
14 lines
352 B
JSON
{
|
|
"name": "ExampleApp2",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node node_modules/react-native/local-cli/cli.js start"
|
|
},
|
|
"dependencies": {
|
|
"react-native": "^0.18.1",
|
|
"react-native-dialogs": "file:///Users/aakashns/workspace/opensource/react-native-dialogs",
|
|
"react-native-material-kit": "^0.2.5"
|
|
}
|
|
}
|