-
Notifications
You must be signed in to change notification settings - Fork 0
chore: clean up the fork, make it work without expo #2
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
Conversation
|
Could you please briefly explain the main changes in this PR that make it platform agnostic? From what I can see the implementation itself was already agnostic and didn't rely on any specific Expo APIs, so the only part that this PR cuts out is the build process using |
VeskeR
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM overall.
Couple of minor comments above, and suggestion regarding eslint not present in the diff:
.eslintrc.js - should remove this file as well (currently using default config from expo modules), or ideally set up a different default lint rules and add lint script.
Co-authored-by: Andrew Bulat <andrii.bulat@gmail.com>
VeskeR
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Can squash and merge
clean up the fork, make it work without expo