Internal IM application built with Taro + React Native.
# Install dependencies
npm install
# Start H5 development (for browser testing)
npm run dev:h5
# Start React Native development
npm run dev:rn
# Build for production
npm run build:rn
src/
pages/
index/ - Chat list (main page)
login/ - Login page
chat/ - Chat detail
contacts/ - Contact list
profile/ - User profile
settings/ - App settings
store/ - Zustand state management
services/ - API services
utils/ - Utility functions
styles/ - Global styles and variables
components/ - Reusable components