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

Enabling transparentTarget in Android

Open witalobenicio opened this issue 6 years ago • 2 comments

witalobenicio avatar Oct 08 '18 13:10 witalobenicio

Thanks @witalobenicio for the PR and Effort.

I have tested the same and identified that if target views are within deep hierarchy then the tour is not rendering. However the same works with .forBounds API.

Due to the same problem, I earlier changed it from .forView to .forBounds.

Please suggest. I believe we can't merge the PR since it is not working for few views.

Thanks </ Pranav >

prscX avatar Oct 09 '18 11:10 prscX

@prscX I've tested in my project, and until now, I've got no problems. For now, I'll be using my fork. If something wrong happen I'll let you know. But it would be nice if you take a look at the error prevention (when view was added to apptour and then removed from view hierarchy).

witalobenicio avatar Oct 09 '18 12:10 witalobenicio