react-native-no-lag-text-input

1.1.0 • Public • Published

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';

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

    Package Sidebar

    Install

    npm i react-native-no-lag-text-input

    Weekly Downloads

    2

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    342 kB

    Total Files

    74

    Last publish

    Collaborators

    • bdokimakis