0.1.0 • Published 11 months ago

react-native-emoji-textinput v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

react-native-emoji-textinput

Show ios native emoji keyboard

Installation

npm install react-native-emoji-textinput
npx pod-install

Usage

import { EmojiTextinputView } from "react-native-emoji-textinput";

<EmojiTextinputView {...propsForTextInput} />

Limitation

  • I only wrapped for single-line text-input component, if you want to support multi-line text-input, just open an issue. (I think it's more promising to put this feature into react-native)
  • I haven't found a way to hide the globe(language-switch) icon below the ios keyboard, tell me if you found a way.

Inspiration

Thanks for this answer on stackoverflow

License

MIT