Obaid Ullah
Stories (2)
Filter by community
Enhancing User Alerts with Firebase Push Notifications in React Native
Push notifications are an essential feature in modern mobile applications, allowing developers to engage users effectively. One common challenge is notifying users visually when new content or updates arrive, especially when the app is in the background or killed. In a React Native CLI project, I encountered this challenge and successfully implemented a dynamic bell notification feature that alerts users by changing the icon's color. This article outlines the steps and logic behind this implementation.
By Obaid Ullahabout a year ago in Education
Common Problems When Running iOS Apps on React Native CLI via Xcode (and How to Solve Them)
React Native is a popular framework for building cross-platform apps, but integrating it with Xcode for iOS development can sometimes lead to unexpected hurdles. From setup mishaps to cryptic errors, these challenges can derail productivity. Below, we explore the most common issues developers face and provide actionable solutions to streamline the process.
By Obaid Ullahabout a year ago in Education