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

1.0.0 • Public • Published

Cycle Native Clipboard

A Cycle.js Driver for interacting with React Native's Clipboard

npm install cycle-native-clipboard

Usage

Sink

Stream of strings that should be "set" on the clipboard.

Source

Object with one method:

{
  getString(): Stream<string>
}

The stream emits only once. To get a new string, call the method again to get a new stream of string.

License

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

Package Sidebar

Install

npm i cycle-native-clipboard

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

4.1 kB

Total Files

6

Last publish

Collaborators

  • staltz