1.0.0 • Published 6 years ago

cycle-native-clipboard v1.0.0

Weekly downloads
1
License
MIT
Repository
gitlab
Last release
6 years ago

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