Home » React-native
React-native push-notification locally and generate token for remote notification.

Hello, Today I have created demo application for notification in react-native. I have used react-native-push-notification. In this project, I have sent locally notification and generate token for remote notification. To see the demo, click here. Follow the following…
Read More »How to login with google in react-native in android.

Hello! and Welcome to login with google in react-native in android. In this post, I will login with google access login user email, name, and profile photo etc. A complete step by step guide. So follow step by…
Read More »How to implement user-selectable language for your react-native app.

Yesterday, I build the app which convert the app language. User have two option, either select language as mobile language or select language from multiple language. I have used the react-native-i18n. So implement user-selectable language for your react-native app follow…
Read More »How to make starter screen in react native.

React native comes with many predefined libraries, there is also a well known plugin called ‘react-native-app-intro’ which helps the app to have the introduction screen or we call it as tour. For this , we need to install…
Read More »How to make firebase authentication in react-native.

Firebase is a platform for building iOS, android as well as web-based apps like in React Native. it offers storage, real-time database, authentication and user-notification, Crash Reporting, Cloud Firestore, Cloud Functions, Hosting, Performance Monitoring, Test Lab for Android etc. To know more about…
Read More »How to make group chat in React-Native using firebase (Realtime database).

I was sceptical about Firebase with react-native. But after using Firebase with react-native, realised me that it’s awesome. Using Firebase is able to speed up mobile app and web app development . Here i am going to create a…
Read More »React-Native – Environment Setup
In this post, we will learn how to set up an environment for successful React-Native development. There are many steps involve in it. Step 1. Install node js + sudo apt-get update + sudo apt-get install nodejs +…
Read More »What is React-Native and it’s advantages.
The android and IOS developers are very excited about React-native because React-native is used to develop the hybrid application . React-Native is a JavaScript framework which is used to build mobile application for cross platform, run application in both…
Read More »