UNPKG

react-native-arch-midtrans

Version:
18 lines (11 loc) 320 B
# react-native-arch-midtrans ## Getting started `$ npm install react-native-arch-midtrans --save` ### Mostly automatic installation `$ react-native link react-native-arch-midtrans` ## Usage ```javascript import ArchMidtrans from 'react-native-arch-midtrans'; // TODO: What to do with the module? ArchMidtrans; ```