react-sketchapp icon indicating copy to clipboard operation
react-sketchapp copied to clipboard

Extend profile-cards-primitives to run in react-native

Open LincMitch opened this issue 6 years ago • 1 comments

In the react-primitive examples, there is only 2 renders: npm run render to render to Sketchapp and npm run web to render to the web browser.

But how would I render to an Native iOS simulator?

Any pointers appreciated.

Link

LincMitch avatar Sep 30 '17 11:09 LincMitch

you would need to create another entry point that works with react-native. react-primitives will automatically redirect the RN compiler to the correct primitives

mathieudutour avatar Feb 02 '18 09:02 mathieudutour