1.1.31 • Published 8 months ago

react-native-care-component v1.1.31

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months 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

8 months ago

1.1.30

9 months ago

1.1.29

9 months ago

1.1.28

9 months ago

1.1.27

9 months ago

1.1.26

9 months ago

1.1.25

9 months ago

1.1.24

10 months ago

1.1.23

10 months ago

1.1.22

10 months ago

1.1.21

10 months ago

1.1.20

10 months ago

1.1.18

10 months ago

1.1.17

10 months ago

1.1.16

10 months ago

1.1.15

10 months ago

1.1.14

10 months ago

1.1.13

11 months ago

1.1.12

11 months ago

1.1.11

11 months ago

1.1.10

11 months ago

1.1.9

11 months ago

1.1.8

11 months ago

1.1.7

11 months ago

1.1.6

11 months ago

1.1.5

11 months ago

1.1.4

11 months ago

1.1.3

11 months ago

1.1.2

12 months ago

1.1.1

12 months ago

1.1.0

12 months ago

1.0.0

12 months ago