Skip to content

Commit

Permalink
fix: removed expo-detox-hook deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyd1997 committed Dec 17, 2023
1 parent 1597428 commit 9c2590f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion generators/app/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "4.2.1",
"expect": "29.7.0",
"expo-detox-hook": "1.0.10",
"jest": "29.7.0",
"jest-circus": "29.7.0",
"lint-staged": "15.2.0",
Expand Down
1 change: 0 additions & 1 deletion generators/app/templates/package.json.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
"buffer": "REPLACE_WITH_VERSION",
<%_ if (context.detox) { _%>
"detox": "REPLACE_WITH_VERSION",
"expo-detox-hook": "REPLACE_WITH_VERSION",
"jest-circus": "REPLACE_WITH_VERSION",
<%_ } _%>
"eslint": "REPLACE_WITH_VERSION",
Expand Down
3 changes: 0 additions & 3 deletions test/scripts/generate-react-native-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,5 @@ else
--defaults --no-insight --skip-git
fi

# pin specific version of expo
npm i [email protected]

# list files
ls -al

0 comments on commit 9c2590f

Please sign in to comment.