Open Bilal-Abdeen opened 1 year ago
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>
.
This problem appears for Android, and was fixed by adding flatlistProps={{ viewabilityConfig: undefined }}
to <Onboarding />
.
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!