Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: actions/configure-pages@v5

- name: 📚 Generate Docs
run: pnpm run docs -- --force
run: pnpm run docs

- name: 📩 Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
steps:
- name: 🏗 Setup Repo
uses: actions/checkout@v4
with:
# PAT lets release-it push the version-bump commit + tag back to
# main past branch protection (GITHUB_TOKEN can't bypass rules).
token: ${{ secrets.GH_PAT }}
persist-credentials: true
Comment thread
GSTJ marked this conversation as resolved.

- name: 🏗 Setup PNPM
uses: pnpm/action-setup@v4
Expand Down
10 changes: 5 additions & 5 deletions examples/kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,29 +31,29 @@
}
},
"dependencies": {
"expo": "^55.0.24",
"@expo/metro-runtime": "~55.0.11",
"expo": "^55.0.25",
"expo-constants": "~55.0.16",
"expo-linking": "~55.0.15",
"expo-router": "~55.0.14",
"expo-router": "~55.0.15",
"expo-splash-screen": "~55.0.21",
"react-native-magic-modal": "workspace:*",
"expo-status-bar": "~55.0.6",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-native": "0.83.6",
"react-native-gesture-handler": "~2.30.0",
"react-native-magic-modal": "workspace:*",
"react-native-reanimated": "4.3.1",
"react-native-safe-area-context": "~5.6.2",
"react-native-screens": "~4.23.0",
"react-native-web": "^0.21.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"magic-eslint-config": "workspace:*",
"@magic/prettier-config": "workspace:*",
"@magic/tsconfig": "workspace:*",
"expo-doctor": "1.13.3"
"expo-doctor": "1.13.3",
"magic-eslint-config": "workspace:*"
},
"prettier": "@magic/prettier-config"
}
Loading
Loading