1.1.0 • Published 6 years ago

cycle-native-share v1.1.0

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

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