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

chore(exoflex): upgrade example project to Expo SDK 40 #583

Merged
merged 2 commits into from
Dec 15, 2020

Conversation

darcien
Copy link
Contributor

@darcien darcien commented Dec 15, 2020

How:
Ran expo upgrade on examples/

There are still some issues with running the exoflex package on the web, we need to upgrade the dependencies on the package itself.

@darcien darcien merged commit f4b1720 into kodefox:master Dec 15, 2020
@darcien darcien deleted the chore/upgrade-example branch December 15, 2020 11:40
Copy link
Contributor

@oshimayoan oshimayoan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment on lines +17 to +19
// We probably shouldn't use the entire lodash package here.
// TODO: Remove direct import from lodash in exoflex.
'lodash',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this because of lodash.mergeWith from exoflex's package.json?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, this is because we imported lodash package directly inside Switch.tsx without specifying it in our package.json as dependency.

Because of how our example project configured, it'll only allow importing from specified list of dependencies instead of all packages installed in node_modules.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants