react native emoticons(表情), in
React Native Emoticons
react native emoticons component, including emoji
npm install react-native-emoticons Usage UI Component
step 1
Import the component package.
import Emoticons from 'react-native-emoticons';
step 2
Write the component code in the proper place of your page render.
<Emoticons onEmoticonPress={this._onEmoticonPress.bind(this)} onBackspacePress={this._onBackspacePress.bind(this)} show={this.state.showEmoticons} concise={true} showHistoryBar={true} showPlusBar={true} />
Tip: The attribute
onEmoticonPress
can get the emoticos results like{code:'
版权声明:
1、该文章(资料)来源于互联网公开信息,我方只是对该内容做点评,所分享的下载地址为原作者公开地址。2、网站不提供资料下载,如需下载请到原作者页面进行下载。