0.3.0 • Published 3 years ago

react-native-inline-keyboard v0.3.0

Weekly downloads
13
License
MIT
Repository
github
Last release
3 years ago

React Native Inline Keyboard

Lint & Test npm version

Inline keyboard for React Native TV Applications

Inline Keyboard Screenshot

Installation

npm install react-native-inline-keyboard

Usage

import InlineKeyboard from "react-native-inline-keyboard";

// ...

<InlineKeyboard value={value} onChange={(value) => console.log(value)} />

Props

PropTypedefault
valuestring
onChangets function (value: string)
showInputbooleantrue
letterContainerStylesStyleProp<ViewStyle>
letterButtonStylesStyleProp<ViewStyle>
letterButtonFocusStylesStyleProp<ViewStyle>
letterButtonTextStylesStyleProp<TextStyle>
languagestring/LanguagePackEN

License

MIT