react-native-cube-transition
react-native-cube-transition copied to clipboard
Vertical cube transition
Is it possible to do vertical cube transition with this module? Thanks
At the moment no. I don't have plans to integrate this either but am open to taking a pull request.
Edit: With that said, I'd be happy to help craft one, I just don't have time :\
@tlackemann would you plan to have the android version?
@neo125874 I would be open to accepting/reviewing a PR but my time has not allowed me to work on this in some time
@tlackemann many many thanks for your ios work, any keywords for android native code, maybe i could do some research?
@neo125874 Certainly! I know Android has "cube transition" built in although it's been awhile since I've touched any React Native code unfortunately so I couldn't tell you exactly how it works. I know this package manipulates the iOS UIView
, you'd need to find the equivalent on Android
Edit: Doing a quick search, https://github.com/kakajika/FragmentAnimations looks really interesting if you can find out how they're doing the cube transition in Java. Other searches turned up some older results that looked somewhat promising too.
@tlackemann your ios work really nice, I try some pure js code example but not working on Android, thanks for your fragment keyword, I almost forgot the native android component about that.