Closed pcompassion closed 7 years ago
Hey,
Thanks for the kind words, I'm glad you enjoyed the project and found it useful. We do have some internal tools that help with the conversion of <div>
, <h2>
to <View>
and <Text>
but there are no plans to open source that (yet?). The best bet, for now, is either to write such modules your self using the same pattern as used in this library or use the react-native-web
library.
So the branching occurs because react would find "abc.react.js" first and web would look for "abc.js" for import "abc"
, correct?
Hello, thanks for the svgs. Sure helped us to adopt to RN and react web at the same time.
I'm curious if we could do the same thing to
div
(map div to View) as svgs mapsvg
toSvg
?