Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-display-keyboard

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-display-keyboard

An on-screen keyboard that helps users to insert input characters directly from the display instead from keyboard.

  • 0.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
increased by100%
Maintainers
1
Weekly downloads
 
Created
Source

react-native-display-keyboard

An on-screen keyboard that helps users to insert input characters directly from the display instead from keyboard.

iOSAndroid

Fully customizable on-screen keyboard that lets the keyboard to adapt design as per the app's theme.

Installation

$ npm install react-native-display-keyboard

Basic Usage

import DisplayKeyboard from 'react-native-display-keyboard-feature-display_keyboard_setup';

<DisplayKeyboard
      charCellHeight={100}
      charFontSize={30}
      charCellBackgroundColor={'#8dfcb6'}
      charCellTextColor={'#40634d'}
      borderColor={'white'}
      optnlChar={{key: '\u2022', value: '.'}}
      getInput={this.getInputChar}
      getPressedChar={this.getPressedChar}
    />

Features:

  • Customizable keyboard background color
  • Customizable keyboard character text - font/color
  • Customizable cell border color
  • Optional character to display as per the requirement
  • Callback to get whole user input
  • Callback to get current pressed char

Task list:

  • Number Keypad
  • Alphabet Keyboard

Contributions

All contributions including new features, requests, bug fixes are open for everyone. Delighted, if someone contributes PR.

License

MIT

Keywords

FAQs

Package last updated on 13 Jun 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc