Skip to content

nilopc-react-native/react-native-taptargetview

 
 

Repository files navigation

React Native TapTargetView

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

Video 1

iOS Platform

Please refer react-native-material-showcase-ios for the iOS support

Installation

  • $ npm install react-native-taptargetview --save

  • $ react-native link react-native-taptargetview

API's

  • 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 aromajoin/material-showcase-ios

  • 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)

Breaking Changes

Contribution

Any type of contribution will be very much appreciated

License

Copyright @2017 Pranav Raj Singh Chauhan

The React Native TapTargetView is provided under the MIT License.

Other Contributions

Screenshots

Screenshots

Screenshots

Screenshots

Screenshots

Screenshots

About

React Native Bridge for Android KeepSafe/TapTargetView

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 38.7%
  • JavaScript 35.2%
  • Objective-C 18.7%
  • Python 7.4%