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
1 change: 0 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ env:
# Expose commit hash to the app (used by the About page)
EXPO_PUBLIC_GIT_COMMIT_HASH: ${{ github.sha }}
EXPO_PUBLIC_GITHUB_RELEASES_URL: ${{ github.server_url }}/${{ github.repository }}/releases
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}

jobs:
test:
Expand Down
919 changes: 0 additions & 919 deletions TROUBLESHOOTING.md

This file was deleted.

7 changes: 0 additions & 7 deletions app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,6 @@ export default ({ config }: ConfigContext): ExpoConfig => {
},
],
'expo-libvlc-player',
[
'@sentry/react-native/expo',
{
organization: process.env.SENTRY_ORG ?? 'dodora',
project: process.env.SENTRY_PROJECT ?? 'dodostream',
},
],
'./plugins/withRemoteUIBuild',
'./plugins/withReactNativeTVOSPnpmFix',
'./plugins/withAndroidBuildOptimizations',
Expand Down
7 changes: 0 additions & 7 deletions metro.config.js

This file was deleted.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"@react-native-vector-icons/lucide": "^12.4.0",
"@react-navigation/drawer": "^7.5.0",
"@react-navigation/native": "^7.1.6",
"@sentry/react-native": "^7.2.0",
"@shopify/restyle": "^2.4.5",
"@tanstack/react-query": "^5.90.12",
"drizzle-orm": "^0.45.1",
Expand Down Expand Up @@ -87,7 +86,6 @@
"devDependencies": {
"@babel/core": "^7.20.0",
"@react-native-tvos/config-tv": "^0.1.4",
"@sentry/cli": "^3.0.3",
"@testing-library/react-native": "^13.3.3",
"@types/jest": "^29.5.14",
"@types/node": "^25.0.9",
Expand Down
305 changes: 0 additions & 305 deletions pnpm-lock.yaml

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

Loading
Loading