keyValue of TextInput's onKeyPress not showing all smileys/emoji's (only a handful of smileys/emoji's are shown) #22689
Labels
Component: Text
Component: TextInput
Related to the TextInput component.
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
Environment
React Native Environment Info:
System:
OS: Windows 10
CPU: (4) x64 Intel(R) Core(TM) i5-6400 CPU @ 2.70GHz
Memory: 1.71 GB / 7.91 GB
Binaries:
Yarn: 1.7.0 - ~\AppData\Roaming\npm\yarn.CMD
npm: 5.6.0 - C:\Program Files\nodejs\npm.CMD
IDEs:
Android Studio: Version 3.1.0.0 AI-173.4819257
Packages:
react: 16.6.3
react-native: 0.57.8
Description
I am trying to get smileys through keyValue of onKeyPress attribute of TextInput.
Expected output: I get the pressed smiley
Actual output: I don't get 97% of pressed smiley
Note: I tried the same with latest react native version, still it exists
Reproducible Demo
If you run this code and try to input smileys through the keyboard in phone, you won't be alerted most of the smileys.
`import React from 'react'
import { View, TextInput } from 'react-native'
export default class TextInputCheck extends React.Component {
}
`
The text was updated successfully, but these errors were encountered: