Antigravity
|
0ef12f7399
|
fix(mobile): render notes with marked (proper Markdown→HTML) + design CSS soigné
- Install marked package (UMD, hors-ligne)
- buildHtml: parse Markdown server-side avec marked, inject HTML statique
- CSS: typographie soignée, blockquotes brandés, code dark, tables propres
- Plus de CDN, fonctionne hors-ligne
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
2026-05-29 16:43:24 +00:00 |
|
Antigravity
|
7c8695cacf
|
fix(mobile): migrate to Expo SDK 54, replace NativeWind with StyleSheet
CI / Lint, Unit Tests & Build (push) Failing after 1m5s
CI / Deploy production (on server) (push) Has been skipped
- 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 |
|