Experience-Monks / f1

A stateful ui library
MIT License
78 stars 5 forks source link

React Native Animated support #15

Open adri opened 8 years ago

adri commented 8 years ago

This lib looks great!

I was wondering if there are plans to support React Native Animated?

mikkoh commented 8 years ago

@adri I am all for React Native support. Actually I think an older version of react-f1 would have worked perfectly with React Native where only props were modified. For performance reasons we needed to circumvent React.props and just modify the dom attributes.

I haven't worked with React Native much yet so I can't speak towards interop between React Native Animated and F1.

adri commented 8 years ago

Animated does also directly modify native components (= DOM in this case). Maybe there are similarities that make porting easier?