Tag: react-native

React Native End-To-End Testing With Detox

React Native end-to-end testing with Detox

Dev

Use the Detox framework to implement end-to-end tests in React Native applications, optimize Detox tests for large-scale applications, and troubleshoot common issues.

Emanuel Suriano
Jun 13, 2023 ⋅ 14 min read
Working With React Native Resizemode

Using resizeMode in React Native to scale images

Dev

Let’s explore the different resizeMode property values in React Native and how to use them effectively in a project.

Chimezie Innocent
Jun 8, 2023 ⋅ 11 min read
How To Fetch And Handle Blob Data In React Native

How to fetch and handle blob data in React Native

Dev

The react-native-blob-util and react-native-fs packages allow us to access and manage the file systems of our devices.

Chimezie Innocent
Jun 7, 2023 ⋅ 20 min read

Exploring React Native pointer events

Dev

The updated Pointer Events API presents new opportunities for creating interactive apps with React Native. Learn more about it in this post.

Stephan Miller
May 26, 2023 ⋅ 8 min read
Building Custom React Native Map Markers

Building custom React Native map markers

Dev

Use React Native and the MapView component to render a Google map with customizable markers, floating buttons, and more.

Kingsley Ubah
May 25, 2023 ⋅ 5 min read
A Deep Dive Into The React Native FlatList

A deep dive into React Native FlatList

Dev

React Native FlatList is a component that allows you to render lists with zero hassle and minimal code. Let’s explore how to use it.

Hussain Arif
May 23, 2023 ⋅ 11 min read
Using Axios with React Native to manage API requests

Using Axios with React Native to manage API requests

Dev

In this article, you will learn how to super charge your API requests using Axios in a React Native application.

Joseph Mawa
May 19, 2023 ⋅ 12 min read
Diagnosing React Native crashes

Diagnosing React Native crashes

Dev

In this post, learn how to diagnose and resolve the root causes of your errors when your React Native Android app keeps stopping.

Emmanuel John
May 3, 2023 ⋅ 5 min read
Building React Native Forms With UI Components

Building React Native forms with UI components

Dev

In this article, we will explore how to build different performant React Native forms with React Native UI components.

Peter Ekene Eze
May 2, 2023 ⋅ 9 min read
Designing A Custom UI Using React Native Paper

Designing a custom UI using React Native Paper

Dev

Create a custom UI using React Native Paper and its new components, including SegmentedButtons, Tooltip, and Drawer.CollapsedItem.

Paweł Karniej
May 2, 2023 ⋅ 8 min read
React Native Mapbox

Building custom maps with React Native Mapbox

Dev

React Native Mapbox provides a strong and versatile method for introducing interactive and visually appealing maps into your mobile applications.

Andrew Baisden
Apr 27, 2023 ⋅ 6 min read
Setting up Visual Regression Testing With React Native Owl

Setting up visual regression testing with React Native Owl

Dev

In this post, we will take a look at writing visual regression tests for React Native applications using React Native Owl.

Rahul Padalkar
Apr 26, 2023 ⋅ 6 min read