UNPKG

@react-native-firebase/invites

Version:

React Native Firebase - Firebase Invites are an out-of-the-box solution for app referrals and sharing via email or SMS. To customize the invitation user experience, or to generate links programmatically, use Firebase Dynamic Links.

34 lines (33 loc) 1.06 kB
{ "name": "@react-native-firebase/invites", "version": "6.0.4", "author": "Invertase <oss@invertase.io> (http://invertase.io)", "description": "React Native Firebase - Firebase Invites are an out-of-the-box solution for app referrals and sharing via email or SMS. To customize the invitation user experience, or to generate links programmatically, use Firebase Dynamic Links.", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "genversion --semi lib/version.js", "build:clean": "rimraf android/build && rimraf ios/build", "prepare": "yarn run build" }, "repository": { "type": "git", "url": "https://github.com/invertase/react-native-firebase/tree/master/packages/invites" }, "license": "Apache-2.0", "keywords": [ "react", "react-native", "firebase", "links", "app-invites", "invites" ], "peerDependencies": { "@react-native-firebase/app": "*" }, "gitHead": "964bdffe9509191c019159b22a8171cb17823815", "publishConfig": { "access": "public" } }