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

Commit 97d6c30

Browse files
SunnyGurnanicbrevik
authored andcommitted
added onNewIntent (#24)
1 parent f969812 commit 97d6c30

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ public List<NativeModule> createNativeModules(
3939
public List<Class<? extends JavaScriptModule>> createJSModules() {
4040
return Collections.emptyList();
4141
}
42+
43+
@Override
44+
public void onNewIntent(Intent intent){
45+
46+
}
4247

4348
@Override
4449
public List<ViewManager> createViewManagers(ReactApplicationContext reactContext) {

0 commit comments

Comments
 (0)