Skip to content

ajoelp/react-native-inline-keyboard

Repository files navigation

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)} />

License

MIT