0.2.1 • Published 3 years ago

@appsent-co/react-native-emoji-picker-input v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

react-native-emoji-picker-input

A native emoji picker for android and iOS

Installation

npm install react-native-emoji-picker-input```

## Usage

```js
import { EmojiPickerInputView } from "react-native-emoji-picker-input";

// ...

<EmojiPickerInputView color="tomato" />

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library