cycle-native-toastandroid
v1.1.0
Published
A Cycle.js Driver for interacting with React Native's ToastAndroid
Downloads
11
Maintainers
Readme
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