eschao / android-PageFlip

3D Style Page Flip on Android
Apache License 2.0
1.74k stars 262 forks source link

possible implement it into React Native? #29

Closed kennedy0527 closed 6 years ago

kennedy0527 commented 6 years ago

I'm searching some of page flip animation recently, and found your great work in android 👍

but I'm not familiar with native code and also new in Opengl... :(

just curious is it possible to implement it into React Native (with gl-react-native-v2)?

if it is possible, I might need to learn native code and try to implement it into React Native

again thanks for your great work 👍

hiteshsahu commented 6 years ago

I believe you need to do it with custom CSS in reactNative. See this simple curl animation. For example, have a look at this and this

eschao commented 6 years ago

I considered about this before, but I don't have time to think and implement.