Skip to content

Commit

Permalink
Merge pull request #48 from morrowdigital/fix-yarn-install
Browse files Browse the repository at this point in the history
yarn install works
  • Loading branch information
killerchip authored May 26, 2024
2 parents 778fb95 + 5002bf9 commit 85ac718
Show file tree
Hide file tree
Showing 3 changed files with 5,115 additions and 8,131 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# CHANGELOG

## [2.3.3] - 25/5/2024
## [2.3.3] - 26/5/2024
### Bugfixes
* Fix `yarn install` typescript issues. Bump "@expo/config-plugins", "expo-module-scripts": "^3.5.1" to latest versions.
* Fix duplication of changes when `npx expo prebuild` is re-run. The code now check if changes are already in place.
* Fix documentation: The correct option for disabling JSI is `{ "disableJsi": true }` and not `disableJSI`

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"expo"
],
"devDependencies": {
"@expo/config-plugins": "^7.8.4",
"expo-module-scripts": "^3.0.7"
"@expo/config-plugins": "^8.0.4",
"expo-module-scripts": "^3.5.1"
},
"files": [
"build",
Expand Down
Loading

0 comments on commit 85ac718

Please sign in to comment.