0.0.10 • Published 6 years ago

react-native-onboarding-safeview-swiper v0.0.10

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

<Onboarding /> npm npm

npm.ionpm.ionpm.io

There are many ways to onboard people to your mobile app. But for React-Native, there is solely one component that is a) easy to setup and b) highly customizable: react-native-onboarding-swiper.

Your new users shouldn't jump in at the deep end. First give them a pleasurable, delightful introduction and only then let them explore your awesome app.

Getting everything running merely takes a minute. Don't believe me? Try it out!

Install

npm i react-native-onboarding-safeview-swiper
import Onboarding from 'react-native-onboarding-safeview-swiper';

Usage

<Onboarding
  pages={[
    {
      backgroundColor: '#fff',
      image: <Image source={require('./images/circle.png')} />,
      title: 'Onboarding',
      subtitle: 'Done with React Native Onboarding Swiper',
    }
  ]}
/>

Acknowledgements

Built upon the work by Gosha Arinich which was originally inspired by AndroidOnboarder.

License

MIT.