react-native-yusha-customKeyboard icon indicating copy to clipboard operation
react-native-yusha-customKeyboard copied to clipboard

react native自定义键盘

Results 12 react-native-yusha-customKeyboard issues
Sort by recently updated
recently updated
newest added

因为键盘在Modal下层, 修改git项目的/RNDemo/App.js ``` /** * Sample React Native App * https://github.com/facebook/react-native * @flow */ import React, { Component } from 'react'; import { StyleSheet, Modal, View, Button, Text } from...

运行demo,点击键盘,键盘会出现随机的闪动情况,不知道是渲染效率问题还是代码问题。。。

长表单输入的时候,该属性无效,切换input时,键盘关闭再拉起

![image](https://user-images.githubusercontent.com/17327008/56888848-9e558c00-6aa7-11e9-9275-4f52b283a8e4.png) Hello 博主,这个问题如何解决?

![image](https://user-images.githubusercontent.com/23648004/54970837-bd4f9280-4fbe-11e9-853c-ebca71cbcb9e.png) 在ios中显示正常,android中显示黑边, 请问是什么原因造成的 该如何解决? react-native: 0.57.0 react-native-yusha-customkeyboard: 0.1.2 react-native-svg:6.2.1 测试过demo代码没有问题

Hi I am using this module and its working great but the issue is when I keep autofocus to the textInput in iOS working fine but in android it is...

我使用 this.state来控制使用哪个键盘 this.setState({ keyBoardType: 2, customKeyboardType: 'testKeyboard', });