kimuradev
Results
3
comments of
kimuradev
trafficstars
I guess this list is not up-to-date. I'm searching for those pending components and all of them are styled. Is possible to update this list? :)
I had similar issue and I solved using variable `EXPO_PUBLIC_DISABLE_FEATURE=true` to use drizzle studio only at development env. ``` if (!process.env.EXPO_PUBLIC_DISABLE_FEATURE) { useDrizzleStudio(expoDb) } ```