0.0.7 • Published 4 years ago

react-native-form-keyboard-dismiss v0.0.7

Weekly downloads
19
License
ISC
Repository
github
Last release
4 years ago

react-native-form-keyboard-dismiss

This library simple allows iOS apps to dismiss keyboard when touching outside the inputs.

It can be configured to work across platforms this way.

Just use it like this:

import React from 'react';
import { TextInput } from 'react-native';
import DismissKeyboard from 'react-native-form-dismiss-keyboard';

const ExampleForm = props => {

  return (
    <DismissKeyboard>
      <TextInput />
      <TextInput />
      <TextInput />
      <TextInput />
    </DismissKeyboard>
  );
}
0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago