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

1.1.0 • Public • Published

Cycle Native ToastAndroid

A Cycle.js Driver for interacting with React Native's ToastAndroid

npm install cycle-native-toastandroid

Usage

Sink

Stream of a toast object that can either be:

{
  type: 'show',
  message: /* string */,
  duration: /* number */
}

or:

{
  type: 'showWithGravity',
  message: /* string */,
  duration: /* number */,
  gravity: /* ToastAndroid.TOP or ToastAndroid.CENTER or ToastAndroid.BOTTOM */
}

Source

No source.

License

Copyright (C) 2018 Andre 'Staltz' Medeiros, licensed under MIT license

Package Sidebar

Install

npm i cycle-native-toastandroid

Weekly Downloads

3

Version

1.1.0

License

MIT

Unpacked Size

5 kB

Total Files

6

Last publish

Collaborators

  • staltz