Skip to content

Commit

Permalink
Make properties in JSEvent public
Browse files Browse the repository at this point in the history
  • Loading branch information
shp7724 committed Aug 3, 2024
1 parent 0fab694 commit 482b18a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ class RNEventEmitter: RCTEventEmitter {
}

public struct JSEvent {
let name: String
let payload: [AnyHashable: Any]?
public let name: String
public let payload: [AnyHashable: Any]?
}

enum RegisterEvent: String {
Expand Down

0 comments on commit 482b18a

Please sign in to comment.