UNPKG

react-native-odde-alipay

Version:
14 lines (13 loc) 433 B
/** * Created by m2mbob on 16/5/6. */ 'use strict'; /** * 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;