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

1.1.0 • Public • Published

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

/cycle-native-share/

    Package Sidebar

    Install

    npm i cycle-native-share

    Weekly Downloads

    3

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    4.17 kB

    Total Files

    6

    Last publish

    Collaborators

    • staltz