Dmitry Gladkov
Dmitry Gladkov
A lot of answers suggested in that SO post are impractical (writing manual SSE2 instructions, depending on lots of third party libraries), but the general idea is that the only...
Looks like this project is abandoned. I've created https://github.com/dgladkov/react-native-flip-view-next that includes a similar fix and more. My solution uses single `Animated.Value` for all animations and uses different interpolation function for...
Looks like this project is abandoned. I've created https://github.com/dgladkov/react-native-flip-view-next that includes this change and provides compatible API.
I've created https://github.com/dgladkov/react-native-flip-view-next that includes a similar fix to the PR mentioned above. My solution uses single Animated.Value for all animations and uses different interpolation function for opacity: instead of...
I'm not working with RN anymore, but I'll gladly accept PR for this if you can verify it works on latest RN Android