Edupala

Comprehensive Full Stack Development Tutorial: Learn Ionic, Angular, React, React Native, and Node.js with JavaScript

React native

Implementing Expo Push Notifications in React Native Applications

This tutorial guides you through implementing push notifications in your React Native Expo app, incorporating best practices and using the latest code. We will implement push notifications in an Expo React Native application. We need to used Expo Go for a real device rather than an Android and IOS emulator. Here is example screenshot of […]

React Native Local Notifications Using Expo: A Tutorial

React Native is a popular framework for building cross-platform mobile applications using JavaScript and React. One of the features that React Native provides is the ability to send local notifications to users. In this tutorial, we will learn how to use React Native local notification using expo. Here is the screenshot of React native local […]

React Native expo image picker custom component

Let built expo image picker custom component, so that we can reused it in all over our Application. The CustomImagePicker component, designed for React Native applications, utilizes the expo-image-picker library to enable users to either capture a new image using their camera or select a pre-existing one from their photo library. Expo image picker custom […]

Mastering Custom Input Components in React with TypeScript ?

Forms should feature intuitive and reusable elements as a part of a modern web development standard. Thus, React in collaboration with TypeScript will allow developers to create input components that will be efficient and scalable as well as type-safe. Why Custom Input Components in React with TypeScript? When developing custom input components in React with […]

React Native Modal: A Comprehensive Guide

React Native, a widely used framework for building cross-platform applications, provides a variety of UI components to accomplish this objective. The Modal is component of React Native, which are a type of pop-up window that can be used to display information or gather input from users. In this article, we will delve into the world […]

Scroll to top