Skip to content

Commit

Permalink
revert: remove app.config.js changes
Browse files Browse the repository at this point in the history
these changes are not needed as IOS does not run in expo
  • Loading branch information
Prithpal-Sooriya committed Jan 29, 2025
1 parent f87de99 commit 84ec599
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions app.config.js
Original file line number Diff line number Diff line change
@@ -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: '*'
}
]
]
};

Check warning on line 23 in app.config.js

View workflow job for this annotation

GitHub Actions / scripts (lint)

Newline required at end of file but not found

0 comments on commit 84ec599

Please sign in to comment.