Uploading expo code to Github

Hey Guys,
General question - Expo project has the app.json file which might contain keys (like google-maps api key). I dont want to push this file to github, but I want to share my project there.
What do you suggest?

Hi,

I would like to suggest to you using dotenv which does exactly what you are asking for. It basically, loads environment variables from .env for nodejs projects.

And as best practice that you should not add any sensitive data in your app.json.

Let me know if you need more information about it.

Done, Thank you @almuhannamh.
This one helped me as well:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.