react-native-mobile-tour
v0.1.3
Published
Create a tour in your app
Downloads
6
Maintainers
Readme
react-native-app-tour
Create a tour in your app
Installation
npm install react-native-mobile-tour
yarn add react-native-mobile-tour
Usage
To start or stop tour
import {
startAppTour,
stopAppTour,
} from 'react-native-app-tour';
App tour item
<AppTourItem
step={0}
containerPosition="bottom"
title="This is a text"
description="This is a tour step1"
>
<Text>Let make this an alignItems</Text>
</AppTourItem>
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT