awesome-react-native icon indicating copy to clipboard operation
awesome-react-native copied to clipboard

Looking for React Native package for App Walk-through (App Feature Tour)

Open naman03malhotra opened this issue 8 years ago • 4 comments

I am working on an App which requires some explaining of features to the first time user.

Looking for something like - https://github.com/worker8/TourGuide

ghldn

Searched a lot, best I could find is https://github.com/liuzheng644607/react-native-intro But it is not working as expected.

cc @jondot

naman03malhotra avatar Sep 13 '17 08:09 naman03malhotra

buy BeonBoard on CodeCanyon , very affordable , more than dozens of readymade walkthroughs. use and learn together.

amitbravo avatar Oct 22 '17 20:10 amitbravo

Hi @naman03malhotra,

I have created below RN Bridge Plugins for Android & iOS. Hope these might be useful for you:

iOS is under progress and by end of week this will be done. Post this I will create a single package by combining both

Thanks Pranav

prscX avatar Nov 29 '17 10:11 prscX

This is awesome @prscX Thanks. Can you help me get started with building React Native packages? How did you go about doing this?

naman03malhotra avatar Nov 29 '17 14:11 naman03malhotra

Hi @naman03malhotra,

Please find below few references I have in order to develop bridge for native libraries:

  • First task is to create a RN Library Module, for this you can use frostney/react-native-create-library node module, it's very easy

  • Post this create a RN example project for testing, for this you can use react-native init

  • Facebook has create a sample, a Toast Module, you can go through this in order to understand how to work with native libraries: search for RN Docs native-modules-android.html

  • please find below few libraries for the reference purpose:

  • iOS: react-native-material-showcase-ios, react-native-bem-check-bem

  • Android: react-native-taptargetview, react-native-android-checkbox

  • Even you can refer FB RN source for the reference

Hope above references will provide you some help

Thanks Pranav

prscX avatar Nov 30 '17 05:11 prscX