Kevin Wang
Kevin Wang
My current workaround: ```diff + import dynamic from "next/dynamic"; import { - Menu, MenuWrapper, MenuButton, } from "nextjs-components/src/components/Menu"; + const Menu = dynamic( + () => + import("nextjs-components/src/components/Menu/Menu").then( + (mod)...
I'm trying to decide between UpperCamelCase and kebab-case - kebab-case poses less issues with git & case-insensitive file systems - based on Vercel's css class names, it looks like at...
@agustif Oh super cool, I didn't know that existed! I can try to find some time to work on this one! And yes 100% OK to open issues here 💪....
@agustif > Btw think he said they might open source it later 😮 Got a link to this video you mentioned? > Thanks for building this ❤️
+1: this would be super nice. I'm brand new to emacs and spacemacs, and currently am banging my head trying to get auto-completion to work with Rust. Haven't been able...
Some additional logs ```console Invariant Violation: requireNativeComponent: "RNSVGRect" was not found in the UIManager. This error is located at: in RNSVGRect (created by Rect) in Rect (created by LineChart) in...
Maybe safe to close, with action item to update the README I eventually got around this by publishing a new dev-client build - `eas build --profile development --platform ios` Would...
@lucksp are you running `eas build --profile development --platform ios`? Did you try running `expo prebuild --yarn` before? (should update your `ios` & `android` dirs) FWIW: my `./ios/Podfile.lock` has several...
It's been a long time since I've touched this, but has everyone/anyone tried the following commands? - prebuild - then build dev client - install the dev client - run...
Closing this as the steps in https://github.com/indiespirit/react-native-chart-kit/issues/614#issuecomment-1419656489 were confirmed working by @bewallyt