Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 292 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 292 Bytes

react-native-inputkit

Getting started

$ npm install react-native-inputkit --save

Mostly automatic installation

$ react-native link react-native-inputkit

Usage

import InputKit from 'react-native-inputkit';

// TODO: What to do with the module?
InputKit;