Android, Front End Development

React native for Web

React Native has become a popular framework for building native mobile apps for iOS and Android. But what if you want to extend the reach of your React Native app to the web? Enter React Native for Web, a solution that allows you to leverage your existing React Native codebase to create web applications. This blog post will delve into...

by Anurag Parihar
Tag: react native
28-Mar-2024

Hybrid, Software development

Floating Action Button with Menu Explanation

Intro We’ll be rebuilding the starbucks app pay button. Not only does this have a floating button, it has 2 other floating buttons, and a circular background cover that shoots out to allow you to focus on the options. These other 2 floating buttons will appear when user will press the floating pay button with animation.Attached a gif...

by aman.manhas
Tag: react native
28-Mar-2023

Android, Hybrid

Choosing your Tech platform for your next Cross platform app – Flutter or React Native?

Selecting one or the other technology is always a matter of individual preferences but knowing which platform has what benefits can help in deciding the best option. In this blog, we are going to discuss two of the very popular technologies for creating cross-platform apps i.e. Flutter & React Native. Programming Languages Let's...

by Ayush Awasthi
Tag: react native
30-Sep-2022

Android, Technology

Add Custom Android Native View In React Native As a Component

A recent React Native project at the company came with an additional requirement of integrating a video player within the application. There already are a lot of React Native video players available, but almost all of them come with inherent shortcomings. We could not find one with the perfect implementation of overlays and other...

by Anil Kumar Yadav
Tag: react native
28-Jun-2019

AngularJS, Digital Transformation

Building an App – Ionic Vs React Native

More and more companies are putting efforts on building digital products. A mobile application or web portal becomes business critical with customers evolving digitally. Some of these companies have specific needs while pursuing application development such as building cross-platform application, hybrid application or native application. ...

by Apoorva Chawla
Tag: react native
17-Oct-2017

Android, Front End Development

How to Achieve React Native and iOS Bridging?

We love sharing our learning from the project. Recently, in one of our development projects, there was a need of bridging between iOS or Android and react-native. We were required to integrate the apple map with our application by writing the code in native iOS where the application would interact with the operating system. Once we get...

by Priya
Tag: react native
09-Mar-2017

Android, iOS

Simplistic Fullscreen Image Viewer: React Native

If you are working with the latest version of React Native like 0.35 or above, then there are lot of modules available to show an image in full screen mode. Now the twist here is when you are working with the older version of React Native. In this blog, I wanted to share how I implemented this use case on the application on React...

by Sakshi Tyagi
Tag: react native
05-Jan-2017

Front End Development, Mobility

How to Solve Some Common Coding Challenges in React Native?

React Native is a framework that provides the facility to develop applications for both Android and iOS. If you are beginner on React Native, you can read more about it on React Native Concept or React Native Website. For the last couple of months, I have been extensively working on this framework and through this blog I wanted to...

by Priya
Tag: react native
16-Dec-2016

Front End Development, Mobility

Write once use anywhere : React native components

React native is the latest cool thing in mobile development world now a days backed by super cool “Facebook”. People are trying their hands more and more on it. This blog is for all those people who have just started working on React Native and looking for modularizing their code into component based architecture for re-usability. ...

by Sakshi Tyagi
Tag: react native
29-Sep-2016

AngularJS, Front End Development

React JS vs Angular 2

In this blog we are going to discuss in summary, difference between the two most popular JS (library/framework) i.e Angular 2 and React JS On the very first note, React JS is just a library and Angular 2 is a whole framework (which is still undergoing changes). But we can have a comparison for both. 1. Component: Both React and...

by Vishnu Shekhawat
Tag: react native
24-Jul-2016

Front End Development, Mobility

Working With React Native : Part#1

Introduction React is based on JavaScript created by a collaboration of Facebook and Instagram, It was introduced in 2013. Its main focus is to allow developers to create front-end interfaces easily and rapidly. React isn’t a complete framework. It does not offer various components you’ll find in projects based on Ember or Angular...

by Shivang Goel
Tag: react native
16-Jun-2016