Background
Mobile Engineering Guides

ByProgrammers Blog

Comprehensive React Native tutorials, UI animations, navigation architectures, and best practices.

All Articles (23) React Native Python Web Django iOS Excel SQL Server
React Native
1 min read

LCRN EP11 – Travel App – React Native UI

In this episode of “Let’s Code React Native” series, we are going to build a beautiful Travel app based on the design created by Micheal on Dribbble. Plugins Links Starter Template Full Source Code How to generate Google Maps API Key for Mobile App? How to integrate Google Maps in React Native App? Maps Styling […]

Mar 15, 2021 Read Tutorial
React Native
2 min read

LCRN EP9 – Digital Wallet App – React Native UI

In this episode of “Let’s Code React Native” series, we are going to build a clean looking Digital Wallet app based on the design created by Happy Tri Milliarta on Dribbble. Snippets navigation > tabs.js screens > Home.js (Dummy Data) Plugins Useful Links Source Code

Jan 03, 2021 Read Tutorial
React Native
1 min read

LCRN EP8 – Food Delivery App – React Native UI

In this episode of “Let’s Code React Native” series, we are going to build a good looking Food Delivery App based on the design created by ILia on Dribbble. Plugins Useful Links Source Code How to generate Google Maps API Key for Mobile App? How to integrate Google Maps in React Native App?

Dec 07, 2020 Read Tutorial
React Native
3 min read

How to integrate Google Maps in React Native App?

In this blog post, we will integrate Google Maps to our React Native App with react-native-maps library. First, we initialise new React Native project with command below: Please take note that in this blog post, we are using React Native version 0.63 After we initialise our new project, we will need to change directory to […]

Nov 29, 2020 Read Tutorial
React Native
1 min read

How to generate Google Maps API Key for Mobile App?

First, go to Google Cloud. If you does not have an account, you are required to sign up an account in order to proceed next step. If you already have an account, please sign in to Google Cloud. After login to Google Cloud, go to Google Cloud Console. Create a new project via screenshots shown […]

Nov 26, 2020 Read Tutorial
Previous 1 2 Next