You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a strange issue! The dot indicator does not change when the user moves between screens, it always shows the 1st dot indicator as the active one! Moreover, the next button always goes to the 2nd screen in the array. Last, the pageIndexCallback does not return anything!
I found the solution. <Onboarding /> was inside <SafeAreaView></SafeAreaView>. When I removed the surrounding <SafeAreaView>, everything worked just fine! If this is the intended behaviour, I think the documentation should mention that <Onboarding /> should NOT be enclosed in a <SafeAreaView>.
Thank you for the excellent library.
I have a strange issue! The
dot indicator
does not change when the user moves between screens, it always shows the 1st dot indicator as the active one! Moreover, thenext
button always goes to the 2nd screen in the array. Last, thepageIndexCallback
does not return anything!The text was updated successfully, but these errors were encountered: