Skip to content

a7urag/react-native-onscreen-keyboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

##Installation

npm install react-native-onscreen-keyboard --save

Usage

Import

import OnScreenKeyboard from 'react-native-onscreen-keyboard';

Usage

<OnScreenKeyboard
    onPress={(input) => {
        this.setState({
            keyboardInput: input,
        });
    }}
    input={keyboardInput}
/>

Props

onPress(input)

Returns input on button press

input

Initial/Updated input text

onSubmit

Returns submit button press

submitText

Sets submit key label

Releases

No releases published

Packages

No packages published