Marc Rousavy
Marc Rousavy
1. Thanks! 2. You can easily lower the Frame size by using VisionCamera's APIs. `useCameraFormat` with a lower `videoResolution` for example. 3. The actual memory "leak" is not a leak...
hi - i'd appreciate a sponsorship, thank you! with that i can take a look soon
I created a WIP PR for this in https://github.com/mrousavy/react-native-mmkv/pull/828, but after 2 hours I couldn't manage to build it yet. Linker error on iOS, and on Android it can't find...
Yes V3 builds MMKV from scratch, so you cannot use MMKV as a Pod in native code. V4 fixes this by using MMKV from the Pod.
cc @passy, maybe you know the answer to this :)
I think what I want is to use _virtual inheritance_ to avoid having `Car` twice as my base class. ```cpp class JCar : public HybridClass, virtual public Car; class JSportsCar...
Es worked noch immer nicht 😠https://github.com/user-attachments/assets/46beeaf4-0bee-417e-a8e3-80f797e27e1d
Same goes for `std::variant` btw: ```cpp SWIFT_INLINE_THUNK std::__1::variant HybridSwiftKotlinTestObjectSpecCxx::getSomeVariant() { ```

> if there’s another recommended way to enable child support in Nitro in the meantime? You can just edit your nitro-generated `*ViewManager.kt` file and change `SimpleViewManager` -> `ViewGroupManager`, and `View`...