react-native-cube-transition icon indicating copy to clipboard operation
react-native-cube-transition copied to clipboard

Vertical cube transition

Open aksonov opened this issue 8 years ago • 6 comments

Is it possible to do vertical cube transition with this module? Thanks

aksonov avatar Feb 20 '17 15:02 aksonov

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 avatar Feb 20 '17 15:02 tlackemann

@tlackemann would you plan to have the android version?

neo125874 avatar Jun 16 '17 15:06 neo125874

@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 avatar Jun 16 '17 15:06 tlackemann

@tlackemann many many thanks for your ios work, any keywords for android native code, maybe i could do some research?

neo125874 avatar Jun 17 '17 16:06 neo125874

@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 avatar Jun 20 '17 11:06 tlackemann

@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.

neo125874 avatar Jun 20 '17 11:06 neo125874