Note: Development is switched to prscX/react-native-app-tour**
Migration is with respect to ISSUE: 6
React Native Bridge for KeepSafe/TapTargetView
Before we dive into on how to use this library. We would like to thank all the contributor of KeepSafe/TapTargetView for providing such a awesome nice, cool library
Please refer react-native-material-showcase-ios for the iOS support
-
$ npm install react-native-taptargetview --save
-
$ react-native link react-native-taptargetview
Note
- Android SDK 25 > is supported
- AppTourView.for: AppTourTarget
let appTourTarget = AppTourView.for(Button, {
primary: 'This is a target button 1',
description: 'We have the best targets, believe me'
})
AppTour.ShowFor(appTourTarget)
Note: App Tour Target Properties are same as defined by KeepSafe/TapTargetView
- AppTourSequence
- add(AppTourTarget)
- remove(AppTourTarget)
- removeAll
- get(AppTourTarget)
- getAll
let appTourSequence = new AppTourSequence()
this.appTourTargets.forEach(appTourTarget => {
appTourSequence.add(appTourTarget)
})
AppTour.ShowSequence(appTourSequence)
- AppTour
- ShowFor(AppTourTarget)
- ShowSequence(AppTourTargets)
-
0.0.3: Added Support for providing hex colors
-
0.0.2: Changed API's to create same developer experience for both react-native-taptargetview & react-native-material-showcase-ios
Any type of contribution will be very much appreciated
Copyright @2017 Pranav Raj Singh Chauhan
The React Native TapTargetView is provided under the MIT License.
awesome-react-native-native-modules |
---|
![]() |
react-native-spruce |
---|
![]() |
react-native-bottom-action-sheet |
---|
![]() |
react-native-popover-menu |
---|
![]() |
react-native-tooltips |
---|
react-native-shine-button |
---|
![]() |
react-native-iconic |
---|
react-native-download-button |
---|
![]() |
react-native-siri-wave-view |
---|
react-native-material-shadows |
---|
![]() |
react-native-gradient-blur-view |
---|
![]() |
react-native-about-libraries |
---|
![]() |
vs-essential-plugins |
---|
prettier-pack |
---|
![]() |