How to use sensitive envs so it works for Expo Go
I was wondering what the best approach is to set sensitive environment variables and still use Expo Go to develop my App. Because like to use the tools in the App to debug my code.
How to use sensitive envs so it works for Expo Go
I was wondering what the best approach is to set sensitive environment variables and still use Expo Go to develop my App. Because like to use the tools in the App to debug my code.
When I executes ‘npx create-expo-app App3’ in order to create a react native project the App.js file won’t create
When I executes ‘npx create-expo-app App3’ in order to create a react native project the App.js file won’t create it gives a different template without the App.js file. I’ve tried manually creating the App.js file and executing it but it doesn’t work, I think expo app don’t detect it. Below is the image of that template:
File structure of the template creates when I executes ‘npx create-expo-app App3’