Skip to content

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.
@petrkonecny2 petrkonecny2 merged commit 0ed7bdf into main Aug 24, 2025
1 check passed
@petrkonecny2 petrkonecny2 deleted the chore/remove-old-config branch August 24, 2025 17:50
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.

3 participants