react-native-custom-keyboard-kit icon indicating copy to clipboard operation
react-native-custom-keyboard-kit copied to clipboard

React Native Custom Keyboard - Use your own custom keyboard instead of the system keyboard with React Native Custom Keyboard Kit. Its working on Android and iOS.

Results 26 react-native-custom-keyboard-kit issues
Sort by recently updated
recently updated
newest added

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.18 to 0.7.28. Commits 1d3c98a Revert breaking fix #279 and release as 0.7.28 535f11b Delete redundant code 642c039 Fix #492 LG TV WebOS detection 3edacdd Merge branch...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

I've used the install() method like this `install('MyKeyboard', () => MyKeyboard)` I'm getting an Error on Runtime which is **java.lang.String cannot be cast to java.lang.Double** if I'm using the install()...

This happens when I use the example verbatim on Android. ``` import React, {Component} from 'react'; import { Platform, StyleSheet, Text, View, NativeModules, TouchableOpacity, Keyboard, } from 'react-native'; import {...

> Task :react-native-custom-keyboard-kit:verifyReleaseResources FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':react-native-custom-keyboard-kit:verifyReleaseResources'. > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade > Android resource linking...

I want to add my custom urdu keyboard in which keyboard keys codes are defined in keyboard.xml file and i want to replace the default keyboard with custom keyboard on...

Hi I am using this module and I need custom keyboardf unctionality but when I install thi module and run in ios I am getting the following error. ![50281910-0a2f4480-0477-11e9-8e58-3247371f95fd](https://user-images.githubusercontent.com/19324363/50390935-89689500-0763-11e9-8b6b-a9298071b57a.png) Can...

Hi, I installed the module and and linked the library and when I run the ios build fails and shows following error ![screen shot 2018-12-20 at 4 48 01 pm](https://user-images.githubusercontent.com/45200482/50281910-0a2f4480-0477-11e9-8e58-3247371f95fd.png)...

![custom-keyboard-demo1-Oct-14-2019 13-33-43](https://user-images.githubusercontent.com/19896974/66965311-8f49b100-f0bc-11e9-941a-8fc616f3e73b.gif) The custom keyboard on ios doesn't response to touch events, once tapped it closes the keyboard. Also, when triggering the keyboard from text field it also brings up...