6.0.4 • Published 3 years ago

react-native-4i v6.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

react-native-4i provides simple and flexible design to all the mandatory components for commercial application

Installation

Using NPM

 `npm install react-native-4i`

Import required Library:

 import { C_Button, C_InputField, C_SelectList, C_slider } from "react-native-4i"

Demo

View in page

Usage

<C_Button
  style={{
    backgroundColor: "green",
  }}
  label="Next-->"
  onPress={() => {}}
  loader={false}
/>