Skip to content

Commit

Permalink
fix(dynamic-links): dynamic-links requires analytics, add peer depend…
Browse files Browse the repository at this point in the history
…ency

Visible in integration guides upstream

Related #4821
  • Loading branch information
mikehardy committed Feb 2, 2021
1 parent a41cf3a commit 5c84d46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/dynamic-links/usage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ previous: /database/presence-detection
This module requires that the `@react-native-firebase/app` module is already setup and installed. To install the "app" module, view the
[Getting Started](/) documentation.

This module also requires that the `@react-native-firebase/analytics` module is already setup and installed. To install the "analytics" module, view it's [Getting Started](/analytics/usage) documentation.

```bash
# Install & setup the app module
yarn add @react-native-firebase/app
Expand Down
3 changes: 2 additions & 1 deletion packages/dynamic-links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"dynamic link"
],
"peerDependencies": {
"@react-native-firebase/app": "10.5.0"
"@react-native-firebase/app": "10.5.0",
"@react-native-firebase/analytics": "10.5.1"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 5c84d46

Please sign in to comment.