Open
Description
Following the Get Started step3 we encounter the following problem when trying to build our package on circleCI
So far our only workaround is to use checksumBehavior: ignore
in our yarnrc.yml
.
I believe that this happens because yarn3 doesn't work well with non versioned dependencies.
also adding the dependency on resolutions does not help.
"resolutions": {
"react-native-adjoe-sdk": "https://github.com/adjoeio/adjoe-react-native-sdk#v3.0.0"
}
Maybe publishing a package might help as stated here #2
Metadata
Metadata
Assignees
Labels
No labels