Tag: react-native

React Native Xcode Tutorial

Xcode for React Native developers: Tutorial and best practices

Dev

Use Xcode when building iOS apps with React Native to find and fix build issues faster and more efficiently.

Said Hayani
Apr 28, 2021 ⋅ 6 min read
React Native 064 Whats New

What’s new in React Native 0.64

Dev

Check improvements to React Native released with version 0.64, including Hermes updates and dependency changes.

Levi Vaguez
Apr 22, 2021 ⋅ 3 min read
React Native Ui Libraries Native Features

The best React Native libraries for leveraging native features

Dev

Learn which third-party React Native libraries create the best possible user and developer experience for styling, navigation, testing, and more.

Youssouf El Azizi
Apr 20, 2021 ⋅ 7 min read
Redux React Native

Comprehensive guide to using Redux in React Native

Dev

State management libraries exist to solve problems that arise in applications with many components. Use Redux to manage the complexity of your React Native app.

Aman Mittal
Apr 13, 2021 ⋅ 11 min read
Expo Logo

Building cross-platform apps with Expo instead of React Native

Dev

This walkthrough demonstrates how to build a cross-platform app that runs on iOS, Android, and the web using Expo.

Spencer Carli
Apr 9, 2021 ⋅ 8 min read
React Native Logo

Implementing in-app purchases in React Native

Dev

This tutorial will guide you on how to implement in-app purchases in React Native, which will allow your mobile app to receive user payments.

Wern Ancheta
Mar 29, 2021 ⋅ 31 min read
Debug Encrypted Network Traffic React Native

How to debug encrypted network traffic in React Native

Dev

Extend the shipped React Native toolbox with sophisticated utilities for debugging encrypted network traffic.

Sebastian Weber
Mar 29, 2021 ⋅ 14 min read
React Native and Microsoft Azure Logos

Continuous deployment of React Native app with Azure DevOps

Dev

This brief tutorial explains how to set up a continuous deployment pipeline on Azure DevOps for a React Native project.

Huzaima Khan
Mar 24, 2021 ⋅ 8 min read
React Native Elements

Using React Native Elements, a cross-platform UI toolkit

Dev

Explore the basics of using React Native Elements to speed up development and customize your user interface with visual icons.

Clayton Francis
Mar 16, 2021 ⋅ 6 min read
Using Flexbox React Native

Using flexbox in React Native

Dev

Learn how to use Flexbox, a CSS tool that enables you to build layouts to fit multiple screen sizes, in React Native apps.

Spencer Carli
Mar 8, 2021 ⋅ 11 min read
react native local encryption

React Native and Expo SecureStore: Encrypt local data

Dev

Create a React Native project and use Expo SecureStore to store local data in iOS and Android that’s encrypted and secure.

Clayton Francis
Feb 25, 2021 ⋅ 11 min read
Using NetInfo to Manage Network Changes in React

Managing network connection status in React Native

Dev

The NetInfo library offers tools for managing network connection state. This may increase engagement among users with poor web connection.

Vijit Ail
Feb 23, 2021 ⋅ 5 min read