Skip to content

Sandwichj/dooboo-ui-native

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dooboo-ui-native

React Native UI components built by dooboolab

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/native

  • See also
  • Contributing
    • 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/native 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/native-switch-toggle or npm install.

Compatability

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

List of widgets

About

React Native Widgets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.0%
  • Objective-C 3.5%
  • JavaScript 2.8%
  • Java 2.7%
  • Ruby 2.4%
  • Python 1.6%