iMessage clone in React Native with expo Router Light mode Dark mode Getting Started First, install all dependencies npm install # or yarn # or pnpm i # or bun install Then run the development server: npm start # or yarn start # or pnpm start # or bun start