v1.132.0 release prep (#11644)
This commit is contained in:
@@ -20,6 +20,7 @@ module.exports = function (_config) {
|
||||
|
||||
const IS_TESTFLIGHT = process.env.EXPO_PUBLIC_ENV === 'testflight'
|
||||
const IS_PRODUCTION = process.env.EXPO_PUBLIC_ENV === 'production'
|
||||
const IS_E2E = process.env.EXPO_PUBLIC_ENV === 'e2e'
|
||||
const IS_DEV = !IS_TESTFLIGHT && !IS_PRODUCTION
|
||||
|
||||
const ASSOCIATED_DOMAINS = [
|
||||
@@ -234,6 +235,25 @@ module.exports = function (_config) {
|
||||
checkAutomatically: 'NEVER',
|
||||
},
|
||||
plugins: [
|
||||
[
|
||||
'expo-dev-client',
|
||||
{
|
||||
toolsButton: false,
|
||||
...(IS_E2E
|
||||
? {
|
||||
launchMode: 'most-recent',
|
||||
skipOnboarding: true,
|
||||
showMenuAtLaunch: false,
|
||||
ios: {
|
||||
defaultLaunchURL: 'http://localhost:8081',
|
||||
},
|
||||
android: {
|
||||
defaultLaunchURL: 'http://10.0.2.2:8081',
|
||||
},
|
||||
}
|
||||
: {}),
|
||||
},
|
||||
],
|
||||
'expo-video',
|
||||
'expo-localization',
|
||||
'expo-web-browser',
|
||||
|
||||
Reference in New Issue
Block a user