Add dynamic links to package.json
This commit is contained in:
parent
df8a957a46
commit
4f1176b192
@ -2,7 +2,7 @@
|
||||
"name": "react-native-firebase",
|
||||
"version": "3.1.0",
|
||||
"author": "Invertase <contact@invertase.io> (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": "*",
|
||||
|
Loading…
x
Reference in New Issue
Block a user