Skip to content

Commit

Permalink
topNative name changed to topNativeEvent.
Browse files Browse the repository at this point in the history
  • Loading branch information
ugurdalkiran authored and dylancom committed May 19, 2024
1 parent 4ad8bc7 commit dcea9bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ class OnNativeEvent(viewId: Int, private val event: WritableMap) : Event<OnNativ
}

companion object {
const val EVENT_NAME = "topNative"
const val EVENT_NAME = "topNativeEvent"
}
}

0 comments on commit dcea9bf

Please sign in to comment.