Skip to content

Commit

Permalink
fix android new arch
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Trocki committed Aug 31, 2023
1 parent 5e76954 commit 5586fe2
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,8 @@ class PagerViewViewManager : ViewGroupManager<NestedScrollableHost>(), RNCViewPa
PageScrollStateChangedEvent.EVENT_NAME, MapBuilder.of("registrationName", "onPageScrollStateChanged"),
PageSelectedEvent.EVENT_NAME, MapBuilder.of("registrationName", "onPageSelected"))
}

override fun setUseLegacy(view: NestedScrollableHost?, value: Boolean) {

}
}

0 comments on commit 5586fe2

Please sign in to comment.