Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated README.md with working example resolvers #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TheBestMoshe
Copy link

The current example for Bare Workflow resolvers does not work. This is because the additional resolvers are not included with the standard-version-expo package. They are only available from this repo, which needs to be specified when requiring the updater.

Also, the android/app/build.gradle updater should not use require.resolve as we resolve it when calling it with the sdkVersion as a parameter.

The current example for Bare Workflow resolvers does not work. This is because the additional resolvers are not included with the `standard-version-expo` package. They are only available from this repo, which needs to be specified when requiring the updater.

Also, the `android/app/build.gradle` updater` should not use `require.resolve` as we resolve it when calling it with the `sdkVersion` as a parameter.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant