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": "*",