A React Native basic components package provide you a package to build simple and light react native apps with many basics components and helper
Install my-project with npm
npm install react-native-basic-comps
Basic Usage
<Text weight="SemiBold" size="20" > [Text Here] </Text>
Basic Usage
<Button
label="Button Text"
color="red"
onPress={()=>{
doSomething();
}}
/>
This is roadmap for first components
- Text
- Button
- Divider
- Avatar
- Badge
- BottomSheet
- Card
- CheckBox / RadioButton
- Image
- Input
- ListItem
- Select
Well you can make a request if you need some components :)