evolu
evolu copied to clipboard
@evolu/react-native and @evolu/common-web are missing dependencies in package.json.
Evolu right now requires adding packageExtensions in .yarnrc.yml because some of its packages import from packages that are not explicitly listed in their package.jsons. These packages and their dependencies are:
@evolu/react-nativedepends on@react-native-community/netinfoinPlatformLive.@evolu/common-webdepends onnanoidinNanoidGeneratorLive.
The fix for this is either to add these packages to dependencies, or to add them as peerDependencies. nanoid could probably be a dependency.
I will review it after the new sync and update docs. Thank you!
Closing as this is no longer relevant—the new Evolu launches tomorrow. Feel free to reopen if it becomes relevant with the new Evolu.