1.1.0 • Published 3 years ago

react-native-no-lag-text-input v1.1.0

Weekly downloads
15
License
MIT
Repository
github
Last release
3 years ago

React Native No Lag Text Input

Re-packaged RN TextInput component with fixed lag issue described in https://github.com/facebook/react-native/issues/20119

Install it

npm install --save react-native-no-lag-text-input

Replace:

import { TextInput } from 'react-native';

with:

import NoLagTextInput from 'react-native-no-lag-text-input';