Skip to content

Ahmadin29/react-native-basic-components

Repository files navigation

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
  • Badge
  • BottomSheet
  • Card
  • CheckBox / RadioButton
  • Image
  • Input
  • ListItem
  • Select

Well you can make a request if you need some components :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published