1.1.0 • Published 6 years ago

cycle-native-toastandroid v1.1.0

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

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