Skip to content
Open
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: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ yarn-debug.log*
yarn-error.log*
yarn.lock
package-lock.json
bun.lockb

# Expo
.expo/
Expand Down
4 changes: 3 additions & 1 deletion apps/example/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
"resizeMode": "contain",
"backgroundColor": "#ffffff"
}
]
],
"expo-font",
"expo-web-browser"
],
"experiments": {
"typedRoutes": true
Expand Down
50 changes: 25 additions & 25 deletions apps/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,41 +16,41 @@
"preset": "jest-expo"
},
"dependencies": {
"@expo/vector-icons": "^14.0.2",
"@expo/vector-icons": "^14.1.0",
"@react-navigation/bottom-tabs": "^7.0.0",
"@react-navigation/native": "^7.0.0",
"expo": "~52.0.4",
"expo-blur": "~14.0.1",
"expo-constants": "~17.0.2",
"expo-font": "~13.0.1",
"expo-haptics": "~14.0.0",
"expo-linking": "~7.0.2",
"expo-router": "~4.0.3",
"expo-splash-screen": "~0.29.7",
"expo-status-bar": "~2.0.0",
"expo-symbols": "~0.2.0",
"expo-system-ui": "~4.0.2",
"expo-web-browser": "~14.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.1",
"react-native-gesture-handler": "~2.20.2",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.0.0",
"react-native-web": "~0.19.13",
"react-native-webview": "13.12.2"
"expo": "~53.0.7",
"expo-blur": "~14.1.4",
"expo-constants": "~17.1.5",
"expo-font": "~13.3.1",
"expo-haptics": "~14.1.4",
"expo-linking": "~7.1.4",
"expo-router": "~5.0.5",
"expo-splash-screen": "~0.30.8",
"expo-status-bar": "~2.2.3",
"expo-symbols": "~0.4.4",
"expo-system-ui": "~5.0.7",
"expo-web-browser": "~14.1.6",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-native": "0.79.2",
"react-native-gesture-handler": "~2.24.0",
"react-native-reanimated": "~3.17.4",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.10.0",
"react-native-web": "^0.20.0",
"react-native-webview": "13.13.5"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/jest": "^29.5.12",
"@types/react": "~18.3.12",
"@types/react": "~19.0.10",
"@types/react-test-renderer": "^18.3.0",
"expo-atlas": "workspace:*",
"jest": "^29.2.1",
"jest-expo": "~52.0.0",
"jest-expo": "~53.0.4",
"react-test-renderer": "18.3.1",
"typescript": "^5.3.3"
"typescript": "~5.8.3"
},
"private": true
}
4,633 changes: 4,633 additions & 0 deletions bun.lock

Large diffs are not rendered by default.

Binary file removed bun.lockb
Binary file not shown.
28 changes: 14 additions & 14 deletions packages/expo-atlas-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.0",
"main": "expo-router/entry",
"scripts": {
"build": "expo export --platform web --output-dir ../expo-atlas/build/atlas-ui",
"build": "expo export --platform web --output-dir=dist && mv dist ../expo-atlas/build/atlas-ui",
"clean": "git clean -xdf build",
"lint": "eslint . --ext js,ts,tsx",
"start": "expo start",
Expand All @@ -29,30 +29,30 @@
"class-variance-authority": "^0.7.0",
"echarts": "^5.5.1",
"echarts-for-react": "^3.0.2",
"expo": "~52.0.4",
"expo-linking": "~7.0.2",
"expo-router": "~4.0.2",
"expo-status-bar": "~2.0.0",
"expo": "~53.0.7",
"expo-linking": "~7.1.4",
"expo-router": "~5.0.5",
"expo-status-bar": "~2.2.3",
"lucide-react": "^0.437.0",
"nativewind": "^4.0.36",
"picomatch": "^4.0.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.1",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-svg": "15.8.0",
"react-native-web": "~0.19.6",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-native": "0.79.2",
"react-native-reanimated": "~3.17.4",
"react-native-safe-area-context": "5.4.0",
"react-native-svg": "15.11.2",
"react-native-web": "^0.20.0",
"shiki": "1.15.1",
"tailwind-gradient-mask-image": "^1.2.0",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.10",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.26.0",
"@types/picomatch": "^3.0.1",
"@types/react": "~18.3.12",
"@types/react": "~19.0.10",
"expo-atlas": "workspace:*"
},
"eslintConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/expo-atlas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"license": "MIT",
"dependencies": {
"@expo/server": "^0.5.0",
"@expo/server": "^0.6.2",
"arg": "^5.0.2",
"chalk": "^4.1.2",
"compression": "^1.7.4",
Expand All @@ -59,8 +59,8 @@
"devDependencies": {
"@types/express": "^4.17.21",
"@types/stream-json": "^1.7.7",
"expo": "~52.0.4",
"metro": "^0.81.0"
"expo": "~53.0.7",
"metro": "^0.82.0"
},
"peerDependencies": {
"expo": "*"
Expand Down