0.2.3 • Published 6 years ago
react-native-eway-payments v0.2.3
react-native-eway-payments
Getting started
$ npm install react-native-eway-payments --save
Mostly automatic installation
$ react-native link react-native-eway-payments
Manual installation
iOS
- In XCode, in the project navigator, right click
Libraries➜Add Files to [your project's name] - Go to
node_modules➜react-native-eway-paymentsand addRNEwayPayments.xcodeproj - In XCode, in the project navigator, select your project. Add
libRNEwayPayments.ato your project'sBuild Phases➜Link Binary With Libraries - Run your project (
Cmd+R)<
Android
- Open up
android/app/src/main/java/[...]/MainActivity.java
- Add
import com.reactlibrary.RNEwayPaymentsPackage;to the imports at the top of the file - Add
new RNEwayPaymentsPackage()to the list returned by thegetPackages()method
- Append the following lines to
android/settings.gradle:include ':react-native-eway-payments' project(':react-native-eway-payments').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-eway-payments/android') - Insert the following lines inside the dependencies block in
android/app/build.gradle:compile project(':react-native-eway-payments')
Usage
import RNEwayPayments from 'react-native-eway-payments';EWayPayment.build('epk-XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX');
EWayPayment.sandbox();
EWayPayment.setCardDetail('Eugenio Valeiras', '1234567890123456', '01', '21', '000');
EWayPayment.setCustomerDetail('Eugenio', 'Valeiras');
EWayPayment.setPaymentDetail('AUD', 100, 'Invoice Description');// TODO: What to do with the module?
RNEwayPayments;0.2.3
6 years ago
0.2.2
6 years ago
0.2.1
6 years ago
0.2.0
6 years ago
0.1.5
6 years ago
0.1.4
6 years ago
0.1.3
6 years ago
0.1.2
6 years ago
0.1.1
6 years ago
0.1.0
6 years ago
0.0.9
6 years ago
0.0.8
6 years ago
0.0.7
6 years ago
0.0.6
6 years ago
0.0.5
6 years ago
0.0.4
6 years ago
0.0.3
6 years ago
0.0.2
6 years ago
0.0.1
6 years ago