react-native-odde-alipay
Version:
Alipay module for react native from yunpeng and Odd-e
14 lines (13 loc) • 433 B
JavaScript
/**
* Created by m2mbob on 16/5/6.
*/
;
/**
* This exposes the native ToastAndroid module as a JS module. This has a function 'show'
* which takes the following parameters:
*
* 1. String message: A string with the text to toast
* 2. int duration: The duration of the toast. May be ToastAndroid.SHORT or ToastAndroid.LONG
*/
import { NativeModules } from 'react-native';
export default NativeModules.AlipayModule;