Skip to content

Commit

Permalink
Updated eas.json (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
thedoublejay authored Aug 9, 2021
1 parent 57b7603 commit 73fa3a1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 15 deletions.
9 changes: 1 addition & 8 deletions eas.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
{
"build": {
"release": {
"android": {
"workflow": "managed",
"releaseChannel": "production"
},
"ios": {
"workflow": "managed",
"releaseChannel": "production"
}
"releaseChannel": "production"
}
}
}
13 changes: 6 additions & 7 deletions metro.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
resolver: {
extraNodeModules: {
stream: require.resolve('stream-browserify')
}
}
}
const { getDefaultConfig } = require('@expo/metro-config')
const defaultConfig = getDefaultConfig(__dirname)

defaultConfig.resolver.extraNodeModules.stream = require.resolve('stream-browserify')

module.exports = defaultConfig
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
"devDependencies": {
"@babel/core": "~7.9.0",
"@cypress/code-coverage": "^3.9.9",
"@expo/metro-config": "^0.1.82",
"@testing-library/cypress": "^8.0.0",
"@testing-library/react-hooks": "^7.0.0",
"@testing-library/react-native": "^7.2.0",
Expand Down

0 comments on commit 73fa3a1

Please sign in to comment.