1.3.0 • Published 1 year ago

react-native-adaptive-textinput v1.3.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

React Native AdaptiveTextinput Demo

  1. Import

    import AdaptiveTextinput from 'react-native-adaptive-textinput';

  2. Basic Usage

const title, setTitle = useState('');

 <AdaptiveTextinput
    title="Title"
    value={title}
    titleTextstyle={{}}
    maxLength={6}
    keyboardType={'numeric'}
    placeholder="Enter title*"
    placeholderTextColor={'#D5DBDB'}
    countText={`${title?.length}/6`}
    instructionText={'Include condition, features and reason for selling'}
    cursorColor={'gray'}
    onChangeText={txt => setTitle(txt)}
    countTextstyle={{}}
    instructionTextstyle={{}}
  />
1.3.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago