Skip to content

Commit a26817d

Browse files
authored
Merge pull request #2 from aperdec/release/0.0.2
Release/0.0.2
2 parents 40c814b + 0b3abb1 commit a26817d

4 files changed

Lines changed: 4 additions & 70 deletions

File tree

index.android.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
var PushNotification = require('./dist/native-common/PushNotification');
3+
var PushNotification = require('react-native-push-notification');
44

55
module.exports = {
66
PushNotification

index.ios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
var PushNotification = require('./dist/native-common/PushNotification');
3+
var PushNotification = require('react-native-push-notification');
44

55
module.exports = {
66
PushNotification

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
{
22
"name": "reactxp-push-notification",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Plugin for ReactXP that provides support for Application Notifications for Android and iOS",
55
"author": "Andrew Perdec <aperdec@gmail.com>",
66
"license": "MIT",
77
"scripts": {
8-
"build": "npm run tslint && tsc"
8+
"build": "tsc"
99
},
1010
"dependencies": {
1111
"react-native-push-notification": "^3.0.2",
1212
"reactxp": "latest"
1313
},
1414
"devDependencies": {
15-
"@types/react-native-push-notification": "^3.0.2",
1615
"typescript": "^2.4.1"
1716
}
1817
}

src/native-common/PushNotification.tsx

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)