DEV Community

Cover image for Day 1: Building an Offline Chat App (React Native + Bluetooth Mesh)
Aliforce Biziman
Aliforce Biziman

Posted on

Day 1: Building an Offline Chat App (React Native + Bluetooth Mesh)

Today I started working on an offline chat application that connects devices via Bluetooth and forms a mesh network. Imagine if people could communicate form long distances without using the internet.

As a beginner, setting this up from scratch was honestly tougher than I expected. I spent a good amount of time researching what would actually work reliably in React Native, especially for peer-to-peer communication without internet.

If you’ve worked with Bluetooth mesh or offline communication in React Native, I’d appreciate any tips. And follow me on this learning adventure.

Top comments (1)

Collapse
 
aliforce_biziman_a162d4e3 profile image
Aliforce Biziman

repo will be shared soon