Files
react-native-notifications/example/package.json
Muhammad ae18b0ef6b fixes
2019-03-17 16:02:37 +02:00

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"
}
}