alexandrius / React-Native-Animation-Workshop

Animation experiments with React Native
300 stars 31 forks source link

Supporting React Native CLI? #2

Open berksafran opened 4 years ago

berksafran commented 4 years ago

Hi,

Congratulations for your repo. It looks impressive and easy to use. It seems that it is supported by only Expo. Do you think to support react-native init (React Native CLI) boiler plate?

Thanks,

Zachariah-Tahir commented 4 years ago

It would be easy enough to fork and eject. From what I can tell there is only a few things being pulled from expo. Linear gradient, vector icons ect. Any of the animation code I looked at didn’t seem dependent on expo at all.