Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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