jdponomarev

Results 3 comments of jdponomarev

I had to fix it like this: ``` const [opacityAnimation] = useState(new Animated.Value(1)); const opacity = opacityAnimation.interpolate({ inputRange: [0, 1], outputRange: [0, 1], }); onFlipStart={() => { if (Platform.OS ===...

hey did you find a way to do it @petternordlanderhelo ?

same for me. did you manage to solve the problem?