grapp-dev / stacks

A set of components for building layouts in React Native. Powered by React Native Unistyles.
https://stacks.grapp.dev
MIT License
982 stars 24 forks source link

Link to expo or snack for demos? #1

Closed ghost closed 4 years ago

mobily commented 4 years ago

@nainardev it's not ready yet. As for now, you can clone the repo and after installing all dependencies run the example using yarn dev and yarn start:ios commands. After that, you can uncomment particular examples here: https://github.com/mobily/stacks/blob/3515920efca5ebc436b1824c1156df6978f0097b/example/src/screens/Root/index.tsx#L31

However, this is definitely on my TODO list.

mobily commented 4 years ago

@nainardev snacks with examples have been added to the docs, and as for now, I'm closing this issue ;)

ghost commented 4 years ago

ThankS!!