Skip to content

Commit

Permalink
Merge pull request NZME#87 from NZME/bugfix/native-emitter-issue
Browse files Browse the repository at this point in the history
adds fix for native emitter warning in interstitial area
  • Loading branch information
mharrison-nzme committed Feb 2, 2023
2 parents 924a7ba + 9729e7d commit d986e79
Showing 1 changed file with 11 additions and 0 deletions.
Expand Up @@ -315,4 +315,15 @@ public void run() {
}
});
}

// Required for rn built in EventEmitter Calls.
@ReactMethod
public void addListener(String eventName) {

}

@ReactMethod
public void removeListeners(Integer count) {

}
}

0 comments on commit d986e79

Please sign in to comment.