UNPKG

@react-native-firebase/fiam

Version:

React Native Firebase - In-App Messaging - Engage active app users with contextual messages.

41 lines (40 loc) 1.09 kB
{ "name": "@react-native-firebase/fiam", "version": "0.1.5", "author": "Invertase <oss@invertase.io> (http://invertase.io)", "description": "React Native Firebase - In-App Messaging - Engage active app users with contextual messages.", "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/fiam" }, "license": "Apache-2.0", "keywords": [ "react", "react-native", "firebase", "in-app messaging", "analytics", "predictions", "engage", "active users", "fiam" ], "peerDependencies": { "@react-native-firebase/app": "*" }, "dependencies": { "@react-native-firebase/app-types": "0.1.5", "@react-native-firebase/common": "0.1.5" }, "gitHead": "d1899a39770b1312cc80a4f36ab500caf6423ea6", "publishConfig": { "access": "public" } }