1.0.0-alpha.0.0.6 • Published 2 years ago

react-native-basic-comps v1.0.0-alpha.0.0.6

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

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

GPLv3 License

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 :)