react-native-app-tour icon indicating copy to clipboard operation
react-native-app-tour copied to clipboard

React Native: Native App Tour Library

Results 31 react-native-app-tour issues
Sort by recently updated
recently updated
newest added

Please, compatibilize this lib to expo projects.

RNAppTour.ShowSequence shows error on runtime. The AppTour does not launch componentDidMount() { setTimeout(() => { let appTourSequence = new AppTourSequence(); this.appTourTargets.forEach((appTourTarget) => { appTourSequence.add(appTourTarget); }); AppTour.ShowSequence(appTourSequence); }, 1000); } Config...

In iOS I am getting a warning that says: > Module RNAppTour requires main queue setup since it overrides `init` but doesn't implementw `requiresMainQueueSetup`. In a future release of React...

If anyone is using this library with react hooks and can provide a simple example then it will really helpful.

parseColor does not support shorthand hex values such as #fff.

Crashes in crashlytics dashboard with the following error: **Crashed**: com.apple.main-thread EXC_BREAKPOINT 0x00000001006503d4 **Crashed**: com.apple.main-thread 0 nws 0xf43d4 MaterialShowcase.setTargetView(view:) + 119 (MaterialShowcase.swift:119) 1 nws 0xf4410 @objc MaterialShowcase.setTargetView(view:) + 327180 (:327180) 2...

I have maybe 7 of app tour anchors in the same view, but in this case it seems to only be anchoring on the first two touchable opacity, and one...

Its been some time I am facing this issue and I tried all the steps that have been mentioned in the readme file of the library. However the error doesn't...

Hi, thanks for you awesome library. Some of users are confused with a case when they must tap on some button twice, first time to close circle, and second time...

Have error when launch from Xcode ld: library not found for -lYoga ``` Ld /Users/dimabarokha/Library/Developer/Xcode/DerivedData/Animations-drtnmnixltbjmjbemtmamdcashok/Build/Products/Debug-iphonesimulator/React-Core/React.framework/React normal (in target 'React-Core' from project 'Pods') cd /Users/dimabarokha/WebstormProjects/Animations/ios/Pods /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -target x86_64-apple-ios10.0-simulator -dynamiclib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.2.sdk...