Skip to content

React Native Walkthrough User Onboarding Flow to start your react native app development

License

Notifications You must be signed in to change notification settings

amit200635k/react-native-walkthrough

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Walkthrough Flow in React Native

Check our this implementation of a walkthrough flow in React Native. Beautiful design, clean and extensible code and modularized flow.

Features

  • Highly customizable source code
  • Unlimited number of steps
  • Optimized for both iOS and Android

Previews

educational walkthrough flow react native react native walkthrough react native walkthrough onboarding flow

Get Started

const flowData = {
    bgColor: "#788eec", 
    fgColor: "white", 
    screens:
    [
        {
        	icon: "react-native.png",
       		title: "React Native Walkthrough",
       		description: "Welcome your users with a beautiful app walkthrough."
       	},{
        	icon: "educate.png",
        	title: "Educate",
        	description: "Showcase features to new users so that they get to love your app."
        },{
        	icon: "bell.png",
        	title: "Get Notified",
        	description: "Describe the value proposition of each core feature."
        },
    ]
};

<WorkThrough
	iconpackage = {icons}
	data = {flowData}
	onFinished = {this._onWorkFlowFinished} />

Coded with ❤️ by Instamobile and Swift Projects.

About

React Native Walkthrough User Onboarding Flow to start your react native app development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.0%
  • Objective-C 12.2%
  • Python 5.2%
  • Java 4.6%