From 4f1176b192dfd58f48aaf3383960c8ae77268463 Mon Sep 17 00:00:00 2001 From: Chris Bianca Date: Wed, 8 Nov 2017 10:04:04 +0000 Subject: [PATCH] Add dynamic links to package.json --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f781be13..915ac131 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "react-native-firebase", "version": "3.1.0", "author": "Invertase (http://invertase.io)", - "description": "A well tested, feature rich Firebase implementation for React Native, supporting iOS & Android. Individual module support for Admob, Analytics, Auth, Crash Reporting, Cloud Firestore, Database, Messaging (FCM), Remote Config, Storage and Performance.", + "description": "A well tested, feature rich Firebase implementation for React Native, supporting iOS & Android. Individual module support for Admob, Analytics, Auth, Crash Reporting, Cloud Firestore, Database, Dynamic Links, Messaging (FCM), Remote Config, Storage and Performance.", "main": "index", "scripts": { "flow": "flow", @@ -61,7 +61,8 @@ "crash", "firestack", "performance", - "firestore" + "firestore", + "dynamic-links", ], "peerDependencies": { "react": "*",