anniewey
anniewey
> ===>>> pass ref to scrollview const scrollViewRef = useRef(null); > > ===>>> get use eventEmitter const { canStart, start, eventEmitter } = useTourGuideController() > > useEffect(() => { eventEmitter.on('stepChange',...
Turn off the settings under `Processing Options` in your Braintree dashboard Reference: #24
@noumantahir Did you find any solution?
I'm having similar problem navigating due to the limitation discussed in https://github.com/b8ne/react-native-pusher-push-notifications/issues/97. Since the instance and event listener has to be called at `index.js`, I have no access to navigation...
need to wait for @talalmajali to merge pr #114 to fix the warning or use patch-package
Same, pop up is not showing in my android devices but i'm not getting any error either. Ran in debug mode. Both `InAppReview.isAvailable()` and `InAppReview.RequestInAppReview()` returns true tho. Not sure...
Followed the install instructions and faced the same issue. As what the contributor said, an import is missing. Install.md did not include the import for the multidex so you will...
@rodgomesc I've added a rect using styled view but I want the camera to only detect QR inside the rect
I'm getting the same error, until I realised I need to disable the debugger as stated in [troubleshoot](https://mrousavy.com/react-native-vision-camera/docs/guides/troubleshooting) > If your Frame Processor is not running, make sure you check...
@anhnch is there a way to override the pin checking to use our own logic? i have the same requirement as OP, to use API to validate the pin as...