Ethan Naluz
Ethan Naluz
`MapViewDirections Error: Error on GMAPS route request: This IP, site or mobile application is not authorized to use this API key. Request received from IP address ****************, with empty referer`...
Likely not because it uses css and html elements. However, you could potentially refactor it using React Native components. However, in that case, you would basically be writing your own...
Did you ever figure this one out? @maybecrimson
I also couldn't find the types file in `DefinitelyTyped` but I adjusted the types file locally for myself. If someone could point me in the right direction for that, that...
Is there an ETA on when this can be merged in and be usable? I'm starting a new React/React Native project for my company this week or next and I...
Any updates here? Running into this same issue. I'm doing a react-native-expo/react-vite monorepo app for my company and this is a huge barrier to us fully adopting Nx right now....
This is a huge sticking point for me as well. NextUI doesn't play nice with Tailwind once you start overwriting the Tailwind theme to what your design system dictates.
Is there any guidance in building my own instrumentation? I spent a little bit of time reading through the source code but didn't fully understand what everything is for.
The weird TS issues I was having seems to be resolved in version `1.33.4`. This worked for me, with the exception of having to add a `ts-expect-error` on the actual...
@AdamTyler Also getting this same issue. Did you figure out a solution?