8 Best Practices for Your React Native App

In our earlier blog post, we had built a React Native Android app for Video calls using twilio. The main objective of this post is to provide you with tips and some of the best React Native practices which will benefit you and your team in building your React Native projects. Some of these tips... » read more

Create a React Native Video Calling App Using Twilio

Introduction In this post, we are going to build a React Native Android app for Video calls using Twilio.Let’s get started with Twilio. What is Twilio? Twilio is a cloud based service that enables powerful communication between mobile devices, applications, services, and systems throughout the business in order to bridge the gap between conventional communication.... » read more

Understanding React Native Navigation

This post focuses on building a react-native app which supports navigation using react-native-navigation. Why React Native Navigation? There are many ways in which we can implement navigation functionality in mobile apps developed using React Native. The two most popular among them are ‘React Navigation’ and ‘React Native Navigation’. As React Native Navigation uses the native... » read more