Files
Momento/memento-mobile/package.json
Antigravity 7c8695cacf
Some checks failed
CI / Lint, Unit Tests & Build (push) Failing after 1m5s
CI / Deploy production (on server) (push) Has been skipped
fix(mobile): migrate to Expo SDK 54, replace NativeWind with StyleSheet
- Update package.json to Expo ~54.0.35, expo-router ~6.0.24, RN 0.81.5
- Remove NativeWind/Tailwind dependencies
- Fix babel.config.js: presets babel-preset-expo only
- Rewrite all screens with StyleSheet.create (no className)
- Add lucide-react-native + react-native-svg
- Export design tokens C from _layout.tsx for shared usage
- Install node_modules (702 packages)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-29 16:18:44 +00:00

38 lines
1.0 KiB
JSON

{
"name": "memento-mobile",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"build:android": "eas build --platform android",
"build:ios": "eas build --platform ios"
},
"dependencies": {
"expo": "~54.0.35",
"expo-router": "~6.0.24",
"expo-status-bar": "~3.0.9",
"expo-secure-store": "~15.0.8",
"expo-font": "~14.0.12",
"expo-splash-screen": "~31.0.13",
"expo-linking": "~8.0.12",
"expo-constants": "~18.0.13",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-webview": "13.15.0",
"@react-native-async-storage/async-storage": "2.2.0",
"zustand": "^5.0.2",
"lucide-react-native": "^0.477.0",
"react-native-svg": "15.12.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/react": "~19.1.0",
"typescript": "~5.9.2"
}
}