#985
I was getting the same issue as described in this thread. While the fix of updating the nitro-modules peer dependency works, I was not getting any peer dependency warnings before that.
|
"react-native-nitro-modules": "*" |
The peerDependency nitro modules version should be >= 33, as the devDependency is set to 0.33.2.
#985
I was getting the same issue as described in this thread. While the fix of updating the nitro-modules peer dependency works, I was not getting any peer dependency warnings before that.
react-native-mmkv/packages/react-native-mmkv/package.json
Line 80 in fba13d9
The
peerDependencynitro modules version should be >= 33, as thedevDependencyis set to 0.33.2.