cycle-native-share
v1.1.0
Published
A Cycle.js Driver for interacting with React Native's Share API
Downloads
11
Maintainers
Readme
Cycle Native Share
A Cycle.js Driver for interacting with React Native's Share API
npm install cycle-native-share
Usage
Sink
Stream of a object that has fields:
{
message: /* REQUIRED string */,
title: /* REQUIRED string */,
id: /* OPTIONAL number */,
dialogTitle: /* OPTIONAL string */,
}
Source
Stream of ID numbers that indicate which sink requests have been executed (have been shared).
License
Copyright (C) 2018 Andre 'Staltz' Medeiros, licensed under MIT license