Closed watadarkstar closed 5 months ago
It would be nice if this library specified peer dependencies in the package.json
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": "*", }
Peer dependencies already added.
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.