aewinformatica / react-native-steps-wizard

:dizzy: A react-native implementation of steps bar wizard indicator :one: -- :two: -- :three:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native-steps-wizard

A react-native implementation of steps bar wizard indicator

Usage

export default const App = () => {
 const routes = [
   {
     title: 'Shipping',
     component: () => <Shipping />,
   },
   {
     title: 'Payments',
     component: () => <Payments />,
   },
   {
     title: 'Confirmation',
     component: () => <Confirmation />,
   },
 ];
 return (
   <StepsState>
     <Steps routes={routes} />
   </StepsState>
 );
}

About

:dizzy: A react-native implementation of steps bar wizard indicator :one: -- :two: -- :three:


Languages

Language:Java 31.3%Language:JavaScript 30.5%Language:Ruby 17.2%Language:Objective-C 14.5%Language:Starlark 6.4%