0

I'm getting an error in react-native (ExpoKit) project after adding aws push notification, I don't have duplicates in MainApplication. How is possible to fix this problem?

  public List<ReactPackage> getPackages() {
    return Arrays.<ReactPackage>asList(
            new RNAWSCognitoPackage(),
            new RNPushNotificationPackage(),
            new WheelPickerPackage()
    );
  }

enter image description here

Lucky_girl
  • 4,543
  • 6
  • 42
  • 82

1 Answers1

0

I did react-native unlink amazon-cognito-identity-js and problem disappeared

Lucky_girl
  • 4,543
  • 6
  • 42
  • 82