Open adri opened 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.
Animated does also directly modify native components (= DOM in this case). Maybe there are similarities that make porting easier?
This lib looks great!
I was wondering if there are plans to support React Native Animated?