Use offsets for the carousel instead of a page view.

Fix carousel for RTL layouts.
This commit is contained in:
Doug
2022-01-07 12:19:39 +00:00
parent b8e9179bbf
commit 0c649183ee
7 changed files with 104 additions and 37 deletions
@@ -87,5 +87,6 @@ enum OnboardingSplashScreenViewAction {
case register
case login
case nextPage
case previousPage
case hiddenPage
}