mirror of
https://github.com/zhigang1992/react-native-notifications.git
synced 2026-06-10 15:58:51 +08:00
14 lines
357 B
JSON
14 lines
357 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.8.3",
|
|
"react-native": "0.59.x",
|
|
"react-native-notifications": "git://github.com/wix/react-native-notifications.git#iosDeprecationsFixes"
|
|
}
|
|
}
|