[![Version][npm-badge]][npm-link] [![MIT License][license-badge]][license]
Currently Work in Progress
react-native-sketchbook is a Design System for React Native
Demo: https://react-native-sketchbook.now.sh/
- Reusable
- Customizable
- Fully written in TypeScript
- Full support for Web
- Supports Dark Theme
- No External Dependencies
- React Native: Learn once, write everywhere.
- Storybook: For UI component demo and docs.
- React Native for Web: For Web Support and Storybook.
- Github Actions: For type-checking and linting.
- Vercel: For Automatic Deployment of the demo.
Using yarn:
yarn add react-native-sketchbook
Using npm:
pnpm i react-native-sketchbook
## Docs
Docs are still WIP.
## License
The library is released under the MIT licence. For more information see [`LICENSE`](/LICENSE).
[npm-link]: https://www.npmjs.com/package/react-native-sketchbook
[npm-badge]: https://img.shields.io/npm/v/react-native-sketchbook.svg?style=flat-square
[license-badge]: https://img.shields.io/npm/l/react-native-sketchbook.svg?style=flat-square
[license]: https://opensource.org/licenses/MIT