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

@snapchat/snap-kit-react-native

Package Overview
Dependencies
Maintainers
4
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@snapchat/snap-kit-react-native

React Native bindings for Snap Kit.

  • 0.4.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
4
Created
Source

Snap Kit x React Native

Official React Native bindings for Snap Kit.

Installation

npm install @snapchat/snap-kit-react-native

Feautures Supported

Currently we only provide support for the following kits:

  • Login Kit
  • Creative Kit

* Support for other kits coming soon...

API & Usage

Login Kit

API section will be updated soon and so for now refer the LoginKit.ts file in the source for details on the supported APIs.

import LoginKit from '@snapchat/snap-kit-react-native';

// ...

LoginKit.login()
  .then(() => {
    // handle login success
  })
  .catch((error) => {
    // handle login failure
  });

Creative Kit

API section will be updated soon and so for now refer the CreativeKit.ts file in the source for details on the supported APIs.

import CreativeKit from '@snapchat/snap-kit-react-native';

// ...

CreativeKit.sharePhoto({
  content: {
    // add photo data
  },
  sticker: {
    // optional sticker data
  },
  attachmentUrl: '<optional URL to attach>',
  caption: '<optional text to attach>',
});

Sample Apps

Refer sample apps for the respective kits to get started quickly.

Credits

Many thanks to Jason Safaiyeh for their immence contributions during the initial development of the project.

License

Any access or use of the included software, associated documentation, software code, or other materials made available by Snap Inc. (and its affiliates) is subject to your agreement and acceptance (by clicking the accept button) of the Snap Developer Terms of Service found at:

https://kit.snapchat.com/manage/eula/?viewOnly=true

If you do not wish to be a party to these terms or if you do not agree to all of these terms, then do not use or otherwise access any such software, documentation, software code, and other materials.

Keywords

FAQs

Package last updated on 30 Jun 2022

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