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 5fb199af7c
commit 20b3c9918b
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
}