# react-native-uiwjs-alipay ## Getting started `$ npm install react-native-uiwjs-alipay --save` ### Mostly automatic installation `$ react-native link react-native-uiwjs-alipay` ## Usage ```javascript import Alipay from 'react-native-uiwjs-alipay'; // TODO: What to do with the module? Alipay; ```