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
sharedcomponent and test it instorybookor insamplescreen. Then it's all good to go forpull request. Give it a try 🌼.
- Try to make good
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.8 |
| 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