Files
colanode/apps/mobile/index.js
Ylber Gashi 298f3cc173 Rewrite mobile app with Expo Router and React Native
Migrate from Vite/web-based setup to native React Native with Expo Router.
Includes auth flows, chat/spaces/settings screens, CRDT sync, file upload,
workspace switching, emoji picker, message reactions, and iOS/Android projects.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 16:07:20 +01:00

6 lines
173 B
JavaScript

// Custom entry point: polyfill crypto before expo-router loads route modules
import './src/lib/crypto-polyfill';
// Now load expo-router entry
import 'expo-router/entry';