Tag: react-native

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
React Native Logo and Flutter Logo

Why Flutter is overtaking React Native

Dev

Here, you can learn why Flutter is overtaking React Native, how Flutter cross-platform development works, and how to build Flutter apps.

Jethro Magaji
Feb 8, 2021 ⋅ 4 min read
styling react native magnus ui

Magnus UI tutorial: Building out React Native UI components

Dev

Magnus UI lets you choose from a library of components and utility props to take your React Native app’s interface to the next level.

Foysal Ahamed
Feb 1, 2021 ⋅ 16 min read
How to use Shared Element Transition with React Navigation v5

How to use Shared Element Transition with React Navigation v5

Dev

Sharing elements in between screens in React Native using React Navigation Shared Element Transition makes the process smooth for development and end users.

Aman Mittal
Jan 19, 2021 ⋅ 10 min read
React Native CI/CD Using GitHub Actions

React Native CI/CD using GitHub Actions

Dev

Nobody likes to wait for their app build to complete before going home. Automate CI/CD for your React Native app using GitHub Actions.

Zain Sajjad
Dec 22, 2020 ⋅ 6 min read
Using WatermelonDB for Offline Data Sync

Using WatermelonDB for offline data sync

Dev

Syncing data outside a mobile device is a common feature for offline React Native apps. WatermelonDB comes with this feature out of the box.

Foysal Ahamed
Dec 10, 2020 ⋅ 12 min read
User Behavior Testing with React Native Testing Library

User behavior testing with React Native Testing Library

Dev

Testing user behavior is crucial for delivering great products, and React Native Testing Library makes it a joy.

Zain Sajjad
Dec 9, 2020 ⋅ 5 min read