Skip to content

Commit

Permalink
[apps] Upgrade expo-cli and enable EXPO_USE_DEV_SERVER (#8099)
Browse files Browse the repository at this point in the history
  • Loading branch information
fson committed May 1, 2020
1 parent be074e1 commit 60b9c82
Show file tree
Hide file tree
Showing 3 changed files with 511 additions and 122 deletions.
3 changes: 3 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ layout ruby
export EXPO_ROOT_DIR=`pwd`
export ANDROID_HOME=$ANDROID_SDK

# Enable experimental dev server in expo-cli
export EXPO_USE_DEV_SERVER=true

source_local() {
file=./.envrc.local
if [[ -f "$file" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"babel-core": "^7.0.0-bridge.0",
"eslint": "^6.8.0",
"expo-cli": "^3.17.18",
"expo-cli": "^3.20.1",
"expo-yarn-workspaces": "*",
"prettier": "^1.19.0"
},
Expand Down

0 comments on commit 60b9c82

Please sign in to comment.