React Native Modal with Step Indicator

React Native modal with step indicator.react-native-step-modal

installation

npm install react-native-step-modal

usage

import StepModal from "react-native-step-modal";

class Login extends Component {

  render() {
    let Component1 =  <Text> component 1</Text>;
    let Componet2 =  <Text> component 2</Text>;

    return (
      <View>
         <StepModal stepComponents={[Component1, Component2]} />
      </View>
    );
  }
}

react-native-step-modal

Download Details:

Author: manoj-makkuboy

Live Demo:

GitHub: https://github.com/manoj-makkuboy/react-native-step-modal

#react-native #programming #reactjs

React Native Modal with Step Indicator
46.75 GEEK