skip to Main Content

React Native using react-native-maps

Posted By on June 20th, 2019
Banking Application

A Map component that uses Apple Maps or Google Maps on iOS and Google Maps on Android. Expo uses react-native-maps at react-community/react-native-maps. No setup required for use within the Expo app, or within a standalone app for iOS. See below for…

Read More

React Native

Posted By on June 13th, 2019
Banking Application

React Native is a JavaScript framework for writing real, natively rendering mobile applications for iOS and Android. It’s based on React, Facebook’s JavaScript library for building user interfaces, but instead of targeting the browser, it targets mobile platforms. In other words:…

Read More

Building a Camera App with React Native

Posted By on June 13th, 2019
Banking Application

we will create a QR code reader app. It will be able to read QR codes in real time and render their content to the screen at the time of detection. We will be using React Native’s CLI Quickstart. It’s…

Read More
Back To Top