analytics-react-native
analytics-react-native copied to clipboard
Specify peer dependencies in package.json
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": "*",
}