Showing: 1 - 5 of 5 Articles

Integrating Chat Features in React Native Apps with Firebase

  Adding chat functionality to your React Native app can greatly enhance user engagement and provide real-time interaction. Firebase, with its robust backend capabilities and real-time database, is a popular choice for implementing chat features. In this blog, we’ll walk through the process of building …

Steps to setup Branch io for UTM Tracking in React Native

For iOS Setup: Initialise branch : Open AppDelegate.m and add the following code: Let’s setup for Android App: Open Android manifest file add the android:launchMode=”singleTask” to .MainActivity activity. Open Mainactivity.java file Open mainApplication.java file Let Implement the code to listen the Deep Links in the …