- Following React Native Installation
- For
react-native-app-tourissue, please check here for more detail. Alternative solution for that is open on PR#49, so to build apk now change onRNAppTourModule.javalike below
TapTarget targetView = TapTarget.forView(view, title, description);
// int[] points = new int[2];
// view.getLocationOnScreen(points);
// Rect rectBonds = new Rect(points[0], points[1], points[0] + view.getWidth(), points[1] + view.getHeight());
// TapTarget targetView = TapTarget.forBounds(rectBonds, title, description);