Package Exports
- react-native-inline-keyboard
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-inline-keyboard) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
React Native Inline Keyboard
Inline keyboard for React Native TV Applications
Installation
npm install react-native-inline-keyboard
Usage
import InlineKeyboard from "react-native-inline-keyboard";
// ...
<InlineKeyboard value={value} onChange={(value) => console.log(value)} />
Props
Prop | Type | default |
---|---|---|
value | string |
|
onChange | ts function (value: string) |
|
showInput | boolean |
true |
letterContainerStyles | StyleProp<ViewStyle> |
|
letterButtonStyles | StyleProp<ViewStyle> |
|
letterButtonFocusStyles | StyleProp<ViewStyle> |
|
letterButtonTextStyles | StyleProp<TextStyle> |
|
language | string/LanguagePack |
EN |
License
MIT