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

Face Recognition App In React Native using AWS Rekognition
Face Recognition App In React Native using AWS Rekognition

Note: Some images in this blog post aren’t showing up, we are working on resolving it. You could view the same post with all images on medium here. https://medium.com/zenofai/face-recognition-app-in-react-native-using-aws-rekognition-c10b188a6413 In this blog we are going to build an app for registering faces and verifying faces using Amazon Rekognition in React Native. Installing dependencies: Let’s go... » read more