fix(mobile): type
This commit is contained in:
parent
2e27c3e534
commit
feb3f004f2
|
|
@ -176,8 +176,8 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
|
|||
},
|
||||
},
|
||||
],
|
||||
process.env.PROFILE !== "production"
|
||||
? require("./plugins/android-trust-user-certs.js")
|
||||
: undefined,
|
||||
...(process.env.PROFILE !== "production"
|
||||
? [require("./plugins/android-trust-user-certs.js")]
|
||||
: []),
|
||||
],
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue