Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/naturalclar/react-native-sketchbook

design system for react-native
https://github.com/naturalclar/react-native-sketchbook

design-system hacktoberfest react-native

Last synced: about 2 hours ago
JSON representation

design system for react-native

Awesome Lists containing this project

README

        



react-native-sketchbook


React Native Sketchbook

[![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**

## Tech Stack

- [React Native](https://reactnative.dev): Learn once, write everywhere.
- [Storybook](https://storybook.js.org/): For UI component demo and docs.
- [React Native for Web](https://github.com/necolas/react-native-web): For Web Support and Storybook.
- [Github Actions](https://github.com/features/actions): For type-checking and linting.
- [Vercel](https://vercel.com/): For Automatic Deployment of the demo.

## Usage

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