-
Notifications
You must be signed in to change notification settings - Fork 0
chore: removed old not used config #45
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
base: main
Are you sure you want to change the base?
Conversation
@@ -1,9 +1,9 @@ | |||
import { getEnvironmentInfo } from 'app.config' |
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.
Is it a good practice to import anything from the app config? Is the app config actually bundled with the app? Shouldn't we rather use expo constants for this?
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.
I believe it is bundled yes. It should just be a file like any other. I don't think importing from it should create any issues.
@@ -1,9 +1,9 @@ | |||
import { getEnvironmentInfo } from 'app.config' | |||
import easJson from 'eas.json' |
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.
Same here
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.
i did try to build it through eas and try in testflight and it seemed to work fine.
Description
Related Tickets/Issues