jondot/awesome-react-native

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

naman03malhotra opened this issue · 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

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

prscX commented

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

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

prscX commented

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