react-native-input-outline icon indicating copy to clipboard operation
react-native-input-outline copied to clipboard

Feature request: Left and Right icon element

Open mohit23x opened this issue 2 years ago • 0 comments

Great library, I think it will be nice to have a functionality to supply the left and right element to the input field.

The API could be similar to react-native-paper's text input

<InputOutline
  left={<Icon />}
  right={<Icon />}
/>

may be we have to add another prop called continer-style.

Would like to hear thoughts from maintainers.

mohit23x avatar Jun 25 '22 14:06 mohit23x