Skip to content
This repository was archived by the owner on Oct 20, 2020. It is now read-only.

Commit c31fd5d

Browse files
committed
Update onNewIntent to override. Update example project to RN 0.31
1 parent be0ee38 commit c31fd5d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

android/src/main/java/com/idehub/Billing/InAppBillingBridge.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ public void onActivityResult(final int requestCode, final int resultCode, final
368368
bp.handleActivityResult(requestCode, resultCode, intent);
369369
}
370370

371-
371+
@Override
372372
public void onNewIntent(Intent intent){
373373

374374
}

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"dependencies": {
99
"react": "15.2.1",
10-
"react-native": "0.29.2",
10+
"react-native": "0.31.0",
1111
"react-native-billing": "file:../"
1212
}
1313
}

0 commit comments

Comments
 (0)