react-native-super-textinput

Super charged TextInput for React Native

Usage no npm install needed!

<script type="module">
  import reactNativeSuperTextinput from 'https://cdn.skypack.dev/react-native-super-textinput';
</script>

README

React Native Super TextInput

Super charged TextInput for React Native

Props

All TextInput props

Super Props

onPauseText function
Calls the provided function pauseDelay milliseconds after the last onChangeText.

pauseDelay number
The number of milliseconds to wait after the last text change before firing onPauseText. The default value is 500.