-
Hi there, Previously, I've created app.json every time when running expo/building app. But I realized the app.config.ts is called multiple times when running My questions are:
Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
To prevent showing up a lot of console.log(), I used process.env.ONCE_FLAG in my app.config.ts. |
Beta Was this translation helpful? Give feedback.
To prevent showing up a lot of console.log(), I used process.env.ONCE_FLAG in my app.config.ts.
Currently, there is nothing a problem with my idea 👍