From 84ec5999d56915076599641ac670a387ff6b26b8 Mon Sep 17 00:00:00 2001 From: Prithpal Sooriya Date: Wed, 29 Jan 2025 15:37:52 +0000 Subject: [PATCH] revert: remove app.config.js changes these changes are not needed as IOS does not run in expo --- app.config.js | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/app.config.js b/app.config.js index a6aa8ff7eef..a9703a6c013 100644 --- a/app.config.js +++ b/app.config.js @@ -1,23 +1,23 @@ module.exports = { - name: 'MetaMask', - displayName: 'MetaMask', - plugins: [ - [ - 'expo-build-properties', - { - android: { - extraMavenRepos: [ - '../../node_modules/@notifee/react-native/android/libs', - ], - }, - ios: {}, - }, - ], - [ - '@config-plugins/detox', - { - subdomains: '*', - }, - ], - ], -}; + name: 'MetaMask', + displayName: 'MetaMask', + plugins: [ + [ + 'expo-build-properties', + { + android: { + extraMavenRepos: [ + '../../node_modules/@notifee/react-native/android/libs' + ] + }, + ios: {} + } + ], + [ + '@config-plugins/detox', + { + subdomains: '*' + } + ] + ] +}; \ No newline at end of file