New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

react-native-emoji-textinput

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-emoji-textinput

Show (ios) native emoji keyboard in react-native

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

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

Keywords

react-native

FAQs

Package last updated on 27 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts