We are developing react native app with django as a backend. We deployed django on VM(which we bought it has Window OS) and there git pulled and running django server by just uvicorn backend.asgi:appl...
I was recently revamping an app to replace some route based modals with bottom sheets, so I decided to use the gorhom/react-native-bottom-sheet library. While exploring the integration, I came across ...
If you have ever thought about creating a mobile app, then your first consideration might have been which programming language you should choose. Every mobile app development starts with code, and a l...
A splash screen and an app icon are essential for branding and providing a smooth user experience in your mobile app.In this guide, we’ll walk through the steps to create and add a splash screen and...
The latest release brings enhanced performance, new debugging tools, and improved cross-platform compatibility. Whether you're building for iOS or Android, React Native 0.78 makes development smoother...
TL;DR
If you just want to see the code, it is here. And this is the PR with the latest changes that are discussed in the post.
Background
In a previous post, we implemented the authen...
Hey devs! 👨💻👩💻 I’ve been working with react-native-calendars and wanted to share my experience with the Calendar component. It’s super useful for adding date selection and event ...
The battle between Progressive Web Apps (PWAs) and Native Apps continues to shape the future of mobile and web development. Each has distinct advantages, and the best choice depends on factors like bu...