# React Native Keyboard Secure
[![npm package](https://img.shields.io/npm/v/react-native-keyboard-secure.svg?style=flat-square)](https://www.npmjs.com/package/react-native-keyboard-secure)
[![npm download](https://img.shields.io/npm/dm/react-native-keyboard-secure.svg?style=flat-square)](https://www.npmjs.com/package/react-native-keyboard-secure)
[![platform](https://img.shields.io/badge/platform-iOS%20Android-blue.svg?style=flat-square)](https://github.com/aixiaobenaixiaoben/react-native-keyboard-secure)
[![react native](https://img.shields.io/badge/React%20Native-%3E%3Dv0.40-blue.svg?style=flat-square)](https://facebook.github.io/react-native/)
[![issues](https://img.shields.io/github/issues/aixiaobenaixiaoben/react-native-keyboard-secure.svg?style=flat-square)](https://github.com/aixiaobenaixiaoben/react-native-keyboard-secure/issues?q=is%3Aopen)
[![license](https://img.shields.io/github/license/aixiaobenaixiaoben/react-native-keyboard-secure.svg?style=flat-square)](https://github.com/aixiaobenaixiaoben/react-native-keyboard-secure/blob/master/LICENSE)

Usage demo of a Keyboard written with React Native.

![image](https://github.com/aixiaobenaixiaoben/react-native-keyboard-secure/raw/master/assets/1.png)

![image](https://github.com/aixiaobenaixiaoben/react-native-keyboard-secure/raw/master/assets/2.png)

![image](https://github.com/aixiaobenaixiaoben/react-native-keyboard-secure/raw/master/assets/3.png)

![image](https://github.com/aixiaobenaixiaoben/react-native-keyboard-secure/raw/master/assets/4.png)

![image](https://github.com/aixiaobenaixiaoben/react-native-keyboard-secure/raw/master/assets/5.png)


## Features
* Supports both iOS and Android.
* Depends on react, react-native, prop-types and redux.
* Configurable UI style.


## Download and Run The Demo
    git clone https://github.com/aixiaobenaixiaoben/react-native-keyboard-secure.git

    cd react-native-keyboard-secure/Demo
    yarn (or npm install)
    
    react-native run-ios
    or
    react-native run-android



## Contributing
We welcome all contributions. You can submit any ideas as [pull requests](https://github.com/aixiaobenaixiaoben/react-native-keyboard-secure/pulls) or as a [GitHub issue](https://github.com/aixiaobenaixiaoben/react-native-keyboard-secure/issues).

