Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-klarna-inapp-sdk

Package Overview
Dependencies
Maintainers
0
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-klarna-inapp-sdk

This library wraps Klarna Mobile SDK and exposes its functionality as React Native components.

  • 2.3.9
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.1K
decreased by-29.08%
Maintainers
0
Weekly downloads
 
Created
Source

Klarna Mobile SDK React Native

NPM React Native Platform License Developed at Klarna

This library wraps Klarna Mobile SDK and exposes its functionality as React Native components. It currently has the following components:

  • KlarnaPaymentView to integrate Klarna Payments
  • KlarnaStandaloneWebView to integrate Klarna Standalone WebView
  • KlarnaCheckoutView to integrate Klarna Checkout

This repository also includes a test application that you can use to see how it works.

SDK for Other Platforms

Requirements

  • iOS 10 or later.
  • Android 4.4 or later.

Documentations

Getting started

Add Dependency

NPM
npm install react-native-klarna-inapp-sdk --save
Yarn
yarn add react-native-klarna-inapp-sdk

Warning regarding Android integration

Both the iOS and Android integrations depend on the native SDK.

We've experienced issues with React Native 59 and above where 3rd party Gradle repositories won't be recognized in the Android project's build.gradle. To address this, you'll need to add a reference to the repository in your own app's build.gradle.

You can do it by adding the lines between the comments below:

allprojects {
    repositories {
        ...
        // Add the lines below
        maven {
            url 'https://x.klarnacdn.net/mobile-sdk/'
        }
    }
}

Support

If you are having any issues using the SDK in your project or if you think that something is wrong with the SDK itself, please follow our support guide.

Contribution

If you want to contribute to this project please follow our contribution guide.

License

This project is licensed under Apache License, Version 2.0.

Keywords

FAQs

Package last updated on 26 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc