React Native widgets made 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 @dooboo-ui/native-switch-toggle.
- 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
Your
react-nativeversion should supportreact-hookswhich will be>=0.59.
In addition, we are using
styled-components@4.4.0locally.