JSPM

react-native-inline-keyboard

0.3.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q46510F
  • License MIT

Inline keyboard for React Native TV Applications

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

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

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