Skip to content
 
 

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

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages