0.1.26 • Published 1 year ago
react-native-bridge-app v0.1.26
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
0.1.24
1 year ago
0.1.25
1 year ago
0.1.26
1 year ago
0.1.22
1 year ago
0.1.21
3 years ago
0.1.20
3 years ago
0.1.16
3 years ago
0.1.17
3 years ago
0.1.18
3 years ago
0.1.19
3 years ago
0.1.14
3 years ago
0.1.15
3 years ago
0.1.11
3 years ago
0.1.12
3 years ago
0.1.13
3 years ago
0.1.10
3 years ago
0.1.9
3 years ago
0.1.8
3 years ago
0.1.7
3 years ago
0.1.6
3 years ago
0.1.5
3 years ago
0.1.4
3 years ago
0.1.3
3 years ago
0.1.2
3 years ago
0.1.1
3 years ago
0.1.0
3 years ago