Use GIF in TextInput #25918
Labels
Bug
Component: TextInput
Related to the TextInput component.
Stale
There has been a lack of activity on this issue and it may be closed soon.
I want to be able to send GIF via an InputText. I use the Google Keyboard to displays the GIFs.
But when I click on one gif I have an error saying appname doesn't support image insertion here.
React Native version:
React Native Environment Info:
System:
OS: Windows 10
CPU: (8) x64 Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz
Memory: 3.82 GB / 15.92 GB
Binaries:
npm: 6.2.0 - C:\Program Files\nodejs\npm.CMD
IDEs:
Android Studio: Version 3.4.0.0 AI-183.6156.11.34.5692245
Steps To Reproduce
Describe what you expected to happen:
I want to be able to get the GIF, the url, the uri, base64 data or anything so I can send it to the chat.
Here my simple TextInput
<TextInput size={17} placeholder={strings('messages.message_placeholder')} style={[styles.inputStyle, Platform.OS === 'android' && styles.marginAndroid]} underlineColorAndroid={null} defaultValue={text} onChangeText={this.onChange} innerRef={input => { this.inputChat = input; }} multiline onContentSizeChange={e => this.onContentSizeChange(e)} onFocus={onFocus} />
The text was updated successfully, but these errors were encountered: