Skip to content

Commit

Permalink
Merge pull request #66 from Adyen/deprecate_card_component
Browse files Browse the repository at this point in the history
Deprecate card component
  • Loading branch information
descorp authored Nov 4, 2022
2 parents c927094 + eb95965 commit 2a9e30a
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 513 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
package com.adyenreactnativesdk;

import com.adyenreactnativesdk.component.applepay.AdyenApplePayMock;
import com.adyenreactnativesdk.component.card.AdyenCardComponent;
import com.adyenreactnativesdk.component.dropin.AdyenDropInComponent;
import com.adyenreactnativesdk.component.googlepay.AdyenGooglePayComponent;
import com.adyenreactnativesdk.component.instant.AdyenInstantComponent;
Expand All @@ -31,7 +30,6 @@ public List<ViewManager> createViewManagers(ReactApplicationContext reactContext
public List<NativeModule> createNativeModules(ReactApplicationContext reactContext) {
List<NativeModule> modules = new ArrayList<>();
modules.add(new AdyenDropInComponent(reactContext));
modules.add(new AdyenCardComponent(reactContext));
modules.add(new AdyenInstantComponent(reactContext));
modules.add(new AdyenGooglePayComponent(reactContext));
modules.add(new AdyenApplePayMock(reactContext));
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 2a9e30a

Please sign in to comment.