Package Exports
- react-native-basic-comps
- react-native-basic-comps/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-basic-comps) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
React Native Basic Comps
A React Native basic components package provide you a package to build simple and light react native apps with many basics components and helper
Badges
Installation
Install my-project with npm
npm install react-native-basic-comps
Documentation
Text Components
Basic Usage
<Text weight="SemiBold" size="20" > [Text Here] </Text>
Button Components
Basic Usage
<Button
label="Button Text"
color="red"
onPress={()=>{
doSomething();
}}
/>
Authors
Roadmap
This is roadmap for first components
- Text
- Button
- Divider
- Avatar
- Select
- Input
- Badge
- BottomSheet
- Card
- CheckBox / RadioButton
- Image
- ListItem
Well you can make a request if you need some components :)