jondot / awesome-react-native

Awesome React Native components, news, tools, and learning material!
http://www.awesome-react-native.com
34.49k stars 3.98k forks source link

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

Open naman03malhotra opened 6 years ago

naman03malhotra commented 6 years ago

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

amitbravo commented 6 years ago

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

prscX commented 6 years ago

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

naman03malhotra commented 6 years ago

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 6 years ago

Hi @naman03malhotra,

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

Hope above references will provide you some help

Thanks Pranav