react-native-simple-onboarding icon indicating copy to clipboard operation
react-native-simple-onboarding copied to clipboard

A simple onboarding component for React Native

Results 4 react-native-simple-onboarding issues
Sort by recently updated
recently updated
newest added

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

Proptypes is imported from React in the original source code. But it should be imported from a separate package called 'prop-types'