0.4.0 • Published 6 years ago

react-native-inline-edit v0.4.0

Weekly downloads
8
License
MIT
Repository
github
Last release
6 years ago

react-native-inline-edit

React-Native component for text editing in-place and validation

Usage

Import library

import EditableText from 'react-native-inline-edit';

Add EditableText Component

<EditableText
  text={'textOfTheField'}, //required
  sendText={() => sendText()}, //required

  loading: isLoading, //optional false
  isTextEditable: true, // optional true
  textProps: {}, // optional empty
  textInputProps: {}, //optional empty
/>

License

MIT