Skip to main content

14 posts tagged with "Tutorials"

Step-by-step tutorials and guides

View All Tags

Full Clean React Native Project Setup

· 4 min read
Full Stack Developer
Last updated on April 11, 2021

full clean react native project

At Instamobile, we provide fully functional React Native codebases, that serve as the infrastructure groundwork for developers who build mobile apps. Every day, we meet customers who need to fully clean their React Native projects, in order to properly build newer versions of the projects. In this short article, we are going to show you what instructions you must run in order to fully clean your React Native project environment.

Build Your First React Native App

· 12 min read
Full Stack Developer
Last updated on July 24, 2020

build react native app

Interested in learning React Native? Let’s build your first React Native app, a simple mobile app displaying a list of countries, fetched from a REST API with a network request. This React Native tutorial is aimed at introducing React Native, giving you the basis of what you need to know before building a real React Native application. After that, we proceed to helping you build your first real React Native app. By the end of this article you will build a React Native app that can run on both iOS and Android devices.

Best Resources to Learn React Native

· 7 min read
Full Stack Developer
Last updated on June 27, 2020

react native platform

React Native is a framework for building cross-platform mobile apps for iOS and Android. There are lots of materials with which to learn React Native and in this article I will show the best 10 resources to learn React Native development. For each learning material I will talk about the entry behavior, time to complete, content and difficulty level.

Accept payments in Android and iOS apps with React Native Checkout

· 3 min read
Full Stack Developer
Last updated on May 10, 2018

Our mission at Instamobile is to enable mobile developers and entrepreneurs launch their dream app as fast as possible, by automating most of the process required for designing, developing and releasing an app. A part of this is to accept payments in React Native apps, for which we use the React Native Checkout package, an open-source library, that has support for Apple Pay, Android Pay as well as regular credit card payments via Stripe.

accept-payments-react-native-app-template