Skip to content

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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

petrkonecny2
Copy link
Contributor

@petrkonecny2 petrkonecny2 commented May 16, 2025

Description

  • Removing old config that is really only used in one function to get store link that can be replaced by values from other places
  • added used expo plugins to package json

Related Tickets/Issues

@petrkonecny2 petrkonecny2 requested a review from matejpolak May 16, 2025 11:58
@@ -1,9 +1,9 @@
import { getEnvironmentInfo } from 'app.config'
Copy link
Contributor

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?

Copy link
Contributor Author

@petrkonecny2 petrkonecny2 Jun 8, 2025

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'
Copy link
Contributor

Choose a reason for hiding this comment

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

Same here

Copy link
Contributor Author

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.

Petr Konecny added 2 commits May 16, 2025 14:51
This reverts commit d2a0299.
This reverts commit f1a89de.
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.

2 participants