@moonpay/platform-sdk-react-native 1.17.0 → 1.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -990,6 +990,7 @@ function createRNClient(deps) {
990
990
  getConnection: (options) => getConnection(deps, options ?? {}),
991
991
  connect: (opts) => connect(deps, opts),
992
992
  setupAuth: (opts) => setupAuth(deps, opts),
993
+ getCredentials: () => core.getCredentials(),
993
994
  getPaymentMethods: () => core.getPaymentMethods(),
994
995
  getQuote: (params) => core.getQuote(params),
995
996
  getAssets: (params) => core.getAssets(params),