Skip to main content

78 posts tagged with "React Native"

Articles related to React Native

View All Tags

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.

Giphy Integration in React Native

· 7 min read
Full Stack Developer
Last updated on April 14, 2020

react native giphy

Giphy is the largest library providing one of the most popular forms of media widely used for chatting – GIFs or Graphics Interchange Format and stickers. The most popular social media apps such as WhatsApp, Instagram, Slack, Skype and Twitter (to mention a few) use Giphy’s technology to provide GIF content and Stickers for their chat users to improve the chatting experience. At Instamobile, we’ve added Giphy integration into all of our chat apps, so we’re going to describe our experience of integrating the Giphy API into any React Native app.

React Native Redux Integration

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

redux hooks

Redux is a popular React and React Native state management library, meant to be used in complex React and React Native apps where sharing state between multi-level components can get extremely difficult to manage. In this article we are going to learn how to use Redux with React Hooks by building a real React Native app.

Integrating WordPress REST API with React Native

· 4 min read
Full Stack Developer
Last updated on February 5, 2019

As we wrap up the work on our fully functional React Native WordPress template (yes, we launched it and couldn’t be prouder of the result!), I realized that many React Native developers will face the task of integrating WordPress REST API with React Native. As a result, I decided to share our learnings, in order to help out programmers who are building their React Native apps with a WordPress backend.

wordpress rest api react native

React Native Templates To Start Your App Today

· 4 min read
Full Stack Developer
Last updated on October 16, 2021

Next time you start working on a new mobile app, consider using a fully-coded react native starter kit, to speed up your development. At Instamobile, we build react native templates, to help mobile developers and small business owners launch their apps faster. We’ve compiled a list of beautiful React Native templates, that allows entrepreneurs to focus on their product, rather than on reinventing the wheel, by rewriting the boilerplate code every app has (like user authentication & sign up, Facebook login, Firebase integration, etc.).

Integrate Android Pay and Apple Pay into React Native mobile app

· 3 min read
Full Stack Developer
Last updated on October 5, 2019

Android Pay and Apple Pay have gained a lot of ground in the recent years and they’ve become the new standard for payments in mobile apps. If you have a native checkout experience in your apps, consider using them as your main method of payment. Otherwise, you’ll be missing on great opportunities. If you’re looking to integrate payments into your mobile app, check out our React Native shopping app, which can save you months of hard work, design and development.

apple pay android pay react native payments request

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