0.1.22 • Published 3 months ago

react-native-bridge-app v0.1.22

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

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.22

3 months ago

0.1.21

1 year ago

0.1.20

2 years ago

0.1.16

2 years ago

0.1.17

2 years ago

0.1.18

2 years ago

0.1.19

2 years ago

0.1.14

2 years ago

0.1.15

2 years ago

0.1.11

2 years ago

0.1.12

2 years ago

0.1.13

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago