Environment variable and configuration
📡 What you will learn
- Difference between development builds with
expo-dev-client
and Expo Go. - Configuring development and production variants in a managed project.
👾 Before we start the exercise
- Check this video to understand what is the difference between Expo Go and Expo Custom Development Client.
In this challenge we are going to put everything in place that you can have these variants on your app (Dev and production)
👨🚀 Exercise 2
Following the documentation to add variants to your application:
- create your
app.config.js
to use in your managed project- add a custom name for your dev app
- add a custom icon
In the next lesson, we are going to build your app and show you how to install it on your phone.