Skip to content

Commit

Permalink
fix(remote-config): remote-config 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 ea80f54 commit 06c2a18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/remote-config/usage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ previous: /ml/image-labeling
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/remote-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"remote-config"
],
"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

1 comment on commit 06c2a18

@vercel
Copy link

@vercel vercel bot commented on 06c2a18 Feb 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.