Pablo Ortuño Salmerón

Results 2 comments of Pablo Ortuño Salmerón

Did you added ` pod 'Stripe', '~> 19.4.0'` to your pod file?

while they fix the problem, that work for me: ` const updateIndex = useCallback((res) => { setTimeout(() => { setCurrentIndex(res); }, 50); }, []);` wrap the state update inside a...