devethan / dooboo-ui

React Native UI Components with react-hook (web, ios, android)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dooboo-ui

React Native UI components built by dooboolab

Supports Expo iOS Supports Expo Android Supports Expo Web

Npm Version Downloads CircleCI codecov License

We currently love react-hooks and willing to share our react-native widgets built in Functional Component using hooks.

Contributing to dooboo-ui

dooboo-ui

  • See also
  • Contributing
    • Please run yarn pre so that the packages are prepared.
      • If you are having trouble try to run yarn install-packages.
    • Try to make good shared component and test it in storybook or in sample screen. Then it's all good to go for pull request. Give it a try 🌼.
  • While implementing [Shared] component you should run yarn watch in order to build typescript file dynamically while developing. This is currently the best solution to sync with your typescript code using package.json. If you find something more efficient, please give a pull request.

Usage

You can use all components in dooboo-ui by importing it. However, we also support individual imports using seperate installation.

If you want to use only SwitchToggle, you can install it by running yarn add dooboo-ui-switch-toggle or npm install.

Compatability

package version
react >=16.9
react-native >=0.59
styled-components >=4.4.0

List of components in dooboo-ui

List of independent components in @dooboo-ui/*

Below elements are not included in dooboo-ui package since it depends on other packages that may overload its package.

About

React Native UI Components with react-hook (web, ios, android)

License:MIT License


Languages

Language:TypeScript 95.4%Language:JavaScript 4.6%