Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajoelp/react-native-inline-keyboard
React native inline keyboard for TV Devices
https://github.com/ajoelp/react-native-inline-keyboard
android-tv apple-tv inline keyboard react react-native tvos
Last synced: 3 months ago
JSON representation
React native inline keyboard for TV Devices
- Host: GitHub
- URL: https://github.com/ajoelp/react-native-inline-keyboard
- Owner: ajoelp
- License: mit
- Created: 2020-03-08T23:36:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T09:27:52.000Z (about 2 years ago)
- Last Synced: 2024-04-25T08:01:22.522Z (10 months ago)
- Topics: android-tv, apple-tv, inline, keyboard, react, react-native, tvos
- Language: TypeScript
- Size: 1.71 MB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# React Native Inline Keyboard
![Lint & Test](https://github.com/ajoelp/react-native-inline-keyboard/workflows/Lint%20&%20Test/badge.svg?branch=master)
[![npm version](https://badge.fury.io/js/react-native-inline-keyboard.svg)](https://badge.fury.io/js/react-native-inline-keyboard)Inline keyboard for React Native TV Applications
![Inline Keyboard Screenshot](./images/screenshot.png)
## Installation
```sh
npm install react-native-inline-keyboard
```## Usage
```jsx
import InlineKeyboard from "react-native-inline-keyboard";// ...
console.log(value)} />
```### Props
| Prop | Type | default |
|------|------|---------|
|value | `string` |
|onChange | ```ts function (value: string)```|
|showInput | `boolean` | `true` |
|letterContainerStyles | `StyleProp` |
|letterButtonStyles | `StyleProp` |
|letterButtonFocusStyles | `StyleProp` |
|letterButtonTextStyles | `StyleProp` |
|language | `string/LanguagePack` | `EN` |## License
MIT