about to start a new React Native project to mess around. been a couple years. excited to try out helix with it!
@lilactown nice! keep us posted with any musings or discoveries
Hello all, is there a way to use with other ui framework? In reagent we use [:> <ui_comp> ], how to I use with helix?
helix and React Components are the same thing
($ material-ui/Button "Button")
works the same as a Button
component defined in helix
you’ll need to pay attention to props, if the external UI component takes a JS object as a prop then you’ll want to pass in a JS object