analytics-react-native icon indicating copy to clipboard operation
analytics-react-native copied to clipboard

Specify peer dependencies in package.json

Open watadarkstar opened this issue 1 year ago • 0 comments

Summary

It would be nice if this library specified peer dependencies in the package.json

Proposed Solution

See example: https://github.com/watadarkstar/react-native-typing-animation/blob/18e8d6f3f051e3308acbf497fd12dd15575848ec/package.json#L41-L44

Peers should be @segment/sovran-react-native and react-native-get-random-values

i.e.

  "peerDependencies": {
    "@segment/sovran-react-native": "*",
    "react-native-get-random-values": "*",
  }

watadarkstar avatar Apr 04 '24 18:04 watadarkstar