@xbenjii/react-native-braintree-dropin-ui 2.0.0 → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,13 +1,13 @@
1
- const path = require('path');
2
-
3
- module.exports = {
4
- dependency: {
5
- platforms: {
6
- ios: {},
7
- android: {
8
- packageImportPath: 'import com.xbenjii.RNBraintreeDropIn.RNBraintreeDropInPackage;',
9
- packageInstance: 'new RNBraintreeDropInPackage()',
10
- },
11
- },
12
- },
13
- };
1
+ const path = require('path');
2
+
3
+ module.exports = {
4
+ dependency: {
5
+ platforms: {
6
+ ios: {},
7
+ android: {
8
+ packageImportPath: 'import com.xbenjii.RNBraintreeDropIn.RNBraintreeDropInPackage;',
9
+ packageInstance: 'new RNBraintreeDropInPackage()',
10
+ },
11
+ },
12
+ },
13
+ };