0.1.0 • Published 3 years ago

react-native-snap-creativekit v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

WIP

react-native-snap-creativekit

React Native bridge for the Snap Creative Kit library

Installation

npm install react-native-snap-creativekit

iOS

  1. Update Info.plist with the following required fields
    • SCSDKClientId
    • LSApplicationQueriesSchemes

Make sure

More info here: https://kit.snapchat.com/docs/creative-kit-ios

Usage

Features supported

  • share sticker by URL
  • share lenses
  • ability to add captions and attachment urls to a snap
import SnapCreativekit from "react-native-snap-creativekit";

// ...

const result = await SnapCreativekit.multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT