Implementing Dark Mode in Next.js with Tailwind CSSDark mode has become an increasingly popular feature in web applications. With Next.js and Tailwind CSS, adding dark mode to your application is a breeze. In this post, we'll walk through how to implement dark mode in a Next.js application using Tai...Feb 22, 2023·3 min read
Fingerprint authentication in expoWe have seen apps that use Biometric Prompts as a layer of security in the application. Implementing this in expo is really easy. You can find the complete code for this at this link. Screens This app will have two screens. Home Start To give a br...Aug 7, 2022·3 min read