mirror of
https://github.com/zhigang1992/react-native-notifications.git
synced 2026-06-11 00:08:50 +08:00
14 lines
372 B
JSON
14 lines
372 B
JSON
{
|
|
"name": "NotificationsExampleApp",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node node_modules/react-native/local-cli/cli.js start"
|
|
},
|
|
"dependencies": {
|
|
"react": "16.6.0-alpha.8af6728",
|
|
"react-native": "^0.57.4",
|
|
"react-native-notifications": "git://github.com/wix/react-native-notifications.git#iosDeprecationsFixes"
|
|
}
|
|
}
|