Skip to content

Commit

Permalink
chore: add noop for Android
Browse files Browse the repository at this point in the history
This prop is marked as iOS only
  • Loading branch information
kkafar committed May 13, 2022
1 parent 550a713 commit 9ec97db
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ class ScreenViewManager : ViewGroupManager<Screen>(), RNSScreenManagerInterface<

override fun setTransitionDuration(view: Screen?, value: Int) = Unit

override fun setHideKeyboardOnSwipe(view: Screen?, value: Boolean) = Unit

override fun getExportedCustomDirectEventTypeConstants(): MutableMap<String, Any> {
val map: MutableMap<String, Any> = MapBuilder.of(
ScreenDismissedEvent.EVENT_NAME,
Expand Down

0 comments on commit 9ec97db

Please sign in to comment.