Ryan Potter

Results 12 comments of Ryan Potter

+1 for this feature.

Cheers for the reply. I thought I was going insane when I was bug fixing the issue in my code 😂

Fixed by adding `https://www.npmjs.com/package/caniuse-lite` in the dev dependencies as a workaround for the moment.

Until a fix is made, you should be able to use the previous tag.

Currently this is not configurable, but it could be added as an enhancement.

Can't say I've ever come across this. Do you have any modules that change the menu in any way? This theme doesn't inject any JS.

Oops, accidentally closed it. Please still reply 😂

@stephenhmarsh 2 years on, did you ever resolve this? I have run into the same issue.

If anyone comes across the same issue, I fixed this by adding: `"esModuleInterop": true,` to my `tsconfig.json`

I also have this issue, would love to see the patch merged. For the moment I am using this patch package: ``` diff --git a/node_modules/@rnmapbox/maps/ios/RNMBX/RNMBXShapeSourceComponentView.mm b/node_modules/@rnmapbox/maps/ios/RNMBX/RNMBXShapeSourceComponentView.mm index 8ae0caf..95c1586 100644 ---...