whatsapp-chat-ui-react-native icon indicating copy to clipboard operation
whatsapp-chat-ui-react-native copied to clipboard

whatsapp-like ui in react-native

A WhatsApp clone in React Native

Billion of us rely on WhatsApp every day.

WhatsApp's simple interface is a a huge part of their success.

So how hard is it to build WhatsApp's UI in React Native?

Let's find out!

$ git clone https://github.com/jackbridger/whatsapp-chat-ui-react-native.git
$ cd whatsapp-chat-ui-react-native
$ yarn install
$ yarn ios

There are three articles for this project:

  1. Part one - WhatsApp UI
  2. Part two - setting up Supabase backend
  3. Part three - Connecting UI with Supabase backend