cycle-native-keyboard
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

Cycle Native Keyboard

A Cycle.js Driver for interacting with the Keyboard in React Native

npm install cycle-native-keyboard

Usage

Sink

Stream of 'dismiss' strings to force the keyboard to be dismissed.

Source

Object with method events(type) which returns a stream of type events from the keyboard. Supported types are:

  • 'keyboardWillShow'
  • 'keyboardDidShow'
  • 'keyboardWillHide'
  • 'keyboardDidHide'
  • 'keyboardWillChangeFrame'
  • 'keyboardDidChangeFrame'

License

Copyright (C) 2018 Andre 'Staltz' Medeiros, licensed under MIT license

Package Sidebar

Install

npm i cycle-native-keyboard

Weekly Downloads

6

Version

1.2.0

License

MIT

Unpacked Size

6.46 kB

Total Files

6

Last publish

Collaborators

  • staltz