Aleksander

Results 5 comments of Aleksander

Same issue here. Above commit would probably do the trick.

You could try using this [package](https://www.npmjs.com/package/react-gtm-module). Init Google Tag Manger in app.js clientside. ``` React.useEffect(() => { // init GA/GTM TagManager.initialize({ gtmId: "YOUR-GTM-ID" }) }, []); ```

I have the same issue. Would love a fix or a workaround.

Same issue here. Would need to build react-viro manually with RN 0.60+ since AppStore will not allow new apps that contain RN 59.9 due to deprecations.

I am encountering the same issue. It's difficult to hack around the issue, and most other autocomplete that has free text (like Google) seem to follow the behaviour of differentiating...