Skip to content

bdokimakis/react-native-no-lag-text-input

Repository files navigation

React Native No Lag Text Input

Re-packaged RN TextInput component with fixed lag issue described in facebook/react-native#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';