How to Upgrade React-Native version from 0.57.0 to 0.62.2

This article will guide you through the process of upgrading your React native version from a lower version possibly less than 0.59 to 0.62

Tl;dr it’s a cumbersome process if you don’t follow correctly.

Published
Categorized as Dev

A Real-Time Water Tank Level 💧 System with Push Notifications 🔔

Built an IoT solution that uses a NodeMcu and an Ultra Sonic sensor which measures the level of water in the tank. It sends data to my hosted server which in turn sends data to a mobile app. Using this app we can see the level of the tank, percentage, liters of water in real-time. We, also get notifications on mobile when the water is low or it’s full.

Published
Categorized as IoT, Popular