Skip to content

Commit

Permalink
fix: android addListener param type incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
walterholohan authored Nov 5, 2023
1 parent bcb1e53 commit eb07e37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ public void removeListeners(Integer count) {
}

@ReactMethod
public void addListener(Integer count) {
public void addListener(String eventName) {
// Keep: Required for RN built in Event Emitter Calls.
}
}

0 comments on commit eb07e37

Please sign in to comment.