RGRashi Goelinintegrating-firebase-in-react-native-app.hashnode.dev·Sep 16, 2025 · 1 min readPush Notification for AndroidHi Everyone, Welcome back! Hope you all’re doing great. Today, I’m going to tell you how you can add push notification feature in your react native application with firebase. Steps: Firstly, it requires firebase integration within your react native ...00
RGRashi Goelinadd-app-icon-to-react-native-project.hashnode.dev·Aug 26, 2025 · 1 min readHow to Add App Icon to your React Native Project?Hi Everyone, We’re are here to tell you how you can add an app icon to your react native project. Firstly, take a required image for your react native application. Now, go to any App icon generator tool and upload your saved image there to get the ic...00
RGRashi Goelinpush-notification-for-react-native-app.hashnode.dev·Jul 20, 2025 · 2 min readIntegration Firebase with React Native ProjectToday, I’m going to tell you how you can integrate the firebase within your react native project. For same you can follow react native firebase official document. Here, are the steps for same- Steps: a) install the react native firebase app module- “...00
RGRashi Goelininstall-json-server-for-api-testing.hashnode.dev·Apr 3, 2025 · 1 min readInstall JSON Server and make APIHere are the topics that we’re going to cover in this article- Install JSON server. Make db file and a simple file. Let’s get started- Install JSON server- Run command in your command prompt to install json server- npm install -g json-server No...00
RGRashi Goelininstall-json-server-for-api-testing.hashnode.dev·Apr 3, 2025 · 1 min readJson Server API with React NativeHi Everyone, Hope you’re doing well. In this article we’re excited to share how you can create your own API for testing purpose and to run json server using your own system’s IP address. Let’s get started! Firstly, check your system local IP address ...00