Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 722 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 722 Bytes

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