1.1.31 • Published 2 years ago

react-native-care-component v1.1.31

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

react-native-care-component

Developed to keep all common care component at single place

Installation

npm install react-native-care-component
or
yarn add react-native-care-component

Other require dependecis

npm install react-hook-form
npm install react-native-date-picker
npm install react-native-vector-icons
npm install react-native-gesture-handler
npm install react-native-fast-image
npm install moment
or
yarn add react-hook-form
yarn add react-native-date-picker
yarn add react-native-vector-icons
yarn add react-native-gesture-handler
yarn add react-native-fast-image
yarn add moment

Usage

import { Header, CustomInput, CustomButton, CustomDateSelect, CustomInputArea, CustomMultiSelection, CustomToggleBtn, CustomSingleSelection, CustomParentCard, HStack, VStack} from 'react-native-care-component';

// Header Component
<Header text="Header screen" />

// CustomInput Component
<CustomInput
        name="uniqe_field_name" //
        control={control} // React-hook control ref
        placeholder="placeholder texr"
        secureTextEntry
        rules={{
          required: 'validation msg',
          minLength: {
            value: 8,
            message: 'validation msg',
          },
        }}
      />
      
// Custom Button

 <CustomButton testID={'login_btn_login'} text="Login" onPress={()=> {} }/>

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

1.1.31

2 years ago

1.1.30

2 years ago

1.1.29

2 years ago

1.1.28

2 years ago

1.1.27

2 years ago

1.1.26

2 years ago

1.1.25

2 years ago

1.1.24

2 years ago

1.1.23

2 years ago

1.1.22

2 years ago

1.1.21

2 years ago

1.1.20

2 years ago

1.1.18

2 years ago

1.1.17

2 years ago

1.1.16

2 years ago

1.1.15

2 years ago

1.1.14

2 years ago

1.1.13

2 years ago

1.1.12

2 years ago

1.1.11

2 years ago

1.1.10

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago