cycle-native-clipboard
v1.0.0
Published
A Cycle.js Driver for interacting with React Native's Clipboard
Downloads
11
Maintainers
Readme
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