Manu G
Manu G
I also noticed this issue when trying to implement this in my web app
I am experiencing the same issue as well!
Still experiencing this issue. Publishing it as a pre-release tagged `5.0.0-alpha.5` would be extremely beneficial if this problem has been solved.
+1 I am also experiencing a noticeable lag on my Windows PC, not to mention my chromebook and phone.
Here's what I did if anyone here is looking for an updated solution! `patches\rn-tourguide+3.3.0.patch` ```diff diff --git a/node_modules/rn-tourguide/lib/components/SvgMask.js b/node_modules/rn-tourguide/lib/components/SvgMask.js index ffb2cb7..39f14fe 100644 --- a/node_modules/rn-tourguide/lib/components/SvgMask.js +++ b/node_modules/rn-tourguide/lib/components/SvgMask.js @@ -1,9 +1,8 @@...