-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: integration with react native 🌉 #271
Conversation
Nice!!! |
You're just awesome. |
…ative * 'dev' of github.com:pedronauck/docz: feat(docz-theme-default): add scrollbar on playground (#279) feat(docz): move docz/docz-core to dev dependency on examples
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great job 💯
Hey I probably come late to the party but I maintain this plugin: If you use it instead your docz plugin you'll also get Expo SDK support out of the box + transpile all major RN designsystem libs. I made a test and was able to run docz with Expo comp: https://goofy-carson-fc4758.netlify.com/src-components-button Also something worth exploring is: could you generate an Expo app from your docz MDX files? Take a look at this experiment: https://twitter.com/sebastienlorber/status/1224329774589468672 |
Description
Special thanks to:
@nicholasess for the initial idea of using react-native-web
@arojunior for the Proof of concept(#213)
@lucasferreira for the PropsTable fix