React Native UI components built by
dooboolab
We currently love react-hooks and willing to share our react-native widgets built in Functional Component using hooks.
- See also
- dooboolab's vision-and-mission
- dooboolab's code of conduct
- Contributing
- Try to make good
shared
component and test it instorybook
or insample
screen. Then it's all good to go forpull request
. Give it a try 🌼.
- Try to make good
- 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 usingpackage.json
. If you find something more efficient, please give a pull request.
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
.
package | version |
---|---|
react | >=16.9.0 |
react-native | >=0.59 |
styled-components | >=4.4.0 |
- Accordion
@dooboo-ui/native-accordion
- Button
@dooboo-ui/native-button
- ButtonGroup
@dooboo-ui/native-button-group
- CalendarCarousel
- WIP
- EditText
@dooboo-ui/native-edit-text
- GiftedChat
@dooboo-ui/native-gifted-chat
- LoadingIndicator
@dooboo-ui/native-loading-indicator
- SearchInput
@dooboo-ui/native-search-input
- SwitchToggle
@dooboo-ui/native-switch-toggle