Open LincMitch opened 7 years ago
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.
npm run render
npm run web
But how would I render to an Native iOS simulator?
Any pointers appreciated.
Link
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
react-primitives
In the react-primitive examples, there is only 2 renders:
npm run render
to render to Sketchapp andnpm run web
to render to the web browser.But how would I render to an Native iOS simulator?
Any pointers appreciated.
Link