goshacmd / react-native-simple-onboarding

A simple onboarding component for React Native
103 stars 46 forks source link

Remove flicker when scrolling with next button. 0.1.2 #5

Open pistonsky opened 7 years ago

pistonsky commented 7 years ago

There's no need to update currentPage in goNext() since it will be properly updated in updatePosition() callback.