Jay Kim
Jay Kim
> Facing the same issue here... > > > > It seems ad objects cannot be reused (i.e. re-loaded): https://github.com/invertase/react-native-google-mobile-ads/blob/5d2048b530b798740c9fed392772568f909dd6b2/src/ads/MobileAd.ts#L176 > > > > Even if the state within the...
@monti-python Always follow hook rules of react. You can lessen the human errors like those case by using [eslint-plugin-react-hooks](https://www.npmjs.com/package/eslint-plugin-react-hooks)(The plugin is included in [react native's default eslint rule](@react-native-community/eslint-config)). Also, if...
@microsoft-github-policy-service agree
I am not using Layout Animation, but the exception is occurring when Animated component is unmounting. I was able to fix it by applying the fix #3298 . I think...
With multiple processors, users will be able to pipe the processors in order. For example, in future I want to apply beauty face effect first, then apply virtual background effect....
Sorry for late response. I pushed the conflicts resolved code.
@DordeDimitrijev Yes, I’m currently using the patched code to use codepush in my rn project in monorepo.