-
Hi everyone, I have a question regarding the current state of the If I understand correctly, the project defaults to the
I’m relatively new to React Native and mobile development, and I’m confused about whether I need to remove these keys, remove the native folders, or do something else entirely. How does this all work in practice? If I try to run an EAS build, will it fail because of this warning? Any clarification or guidance would be greatly appreciated! Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @acuD1, it's normal to be confused. We need to add the |
Beta Was this translation helpful? Give feedback.
Hey @acuD1, it's normal to be confused. We need to add the
android/
andios/
folders to our.gitignore
. We are keeping it this way due to an issue with managing environment variables. In the upcoming version, we will fix this inconsistency.