react-native-bridge-app
v0.1.26
Published
Bridge for driver app in react-native for android
Downloads
37
Maintainers
Readme
react-native-bridge-app
Bridge for driver app in react-native for android
Installation
npm install react-native-bridge-app
Usage
import BridgeApp from 'react-native-bridge-app';
// ...
const result = await BridgeApp.start_apiclub_mATM(
apiclub_username,
apiclub_Token,
userMobile,
password,
orderId,
amount,
customerMobile,
remarks,
transactionType,
deviceType,
packageName
).then((result) => {
console.log(result);
});
const result_2 = await BridgeApp.start_paysprint_mATM(
partnerId,
subMerchantId,
merchantCode,
apiKey,
orderId,
amount,
mobileNumber,
remarks,
transactionType,
deviceManufacturerId,
packageName
).then((result) => {
console.log(result);
});
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT