Walter Monecke
Walter Monecke
@NachoSoto Any updates regarding this? I really need to get this fixed soon, still losing subs.
Hey Toni! Thanks for reaching out. > So the issue you're experiencing is that the customer info listener is sending outdated data. You expect to receive the value received from...
@hatem-72 No problem! I will probably be releasing a new version with what is working "for me" at the moment (i.e. calling configure a second time since it doesn't really...
Seems that this is still happening after refactoring the above code to the following: ```typescript export const validateSubscription = () => { return async (dispatch: Dispatch) => { const checkSubscriptionStatus...
Any workarounds? This is still an issue since I just started a new preact project.
For anyone looking for a reanimated v2 Collapsible component, here is mine: ```javascript import { FunctionComponent, PropsWithChildren, useCallback, useEffect, useState, } from 'react'; import {View, ViewStyle} from 'react-native'; import Animated,...
> Try: > $ pod deintegrate > $ pod install No this didn't work, I already tried it.
Hey guys! I would love to get this repo up to speed. How can I help getting this to reanimated v3? Is this still planned?
Hey, we are also facing this issue. We did have this working at some point but it seemingly stopped working out of the blue. Any ideas? We are thinking of...