Tag: react-native

How to Build a React Native Customer Feedback App

How to build a React Native customer feedback app

Dev

In this article, we will walk you through building a customer feedback app using React Native and Firebase.

Nitish Sharma
Jun 30, 2023 ⋅ 11 min read
Tensorflow React Native Getting Started

Build an object classification app with TensorFlow.js and React Native

Dev

Object classification is one of the simplest and most fundamental applications of machine learning. With the advances in data generation […]

Kumar Harsh
Jun 22, 2023 ⋅ 8 min read
A guide to native routing in Expo for React Native

A guide to native routing in Expo for React Native

Dev

Expo’s new native router offers many exciting features, a handy link component, and more. Learn how to use them in this post.

Emmanuel John
Jun 16, 2023 ⋅ 8 min read
Build React Native Drawing App Pencilkit

Build a React Native drawing app with PencilKit

Dev

With PencilKit, you can customize the appearance and behavior of the Apple Pencil, including the type of strokes recognized, the thickness and opacity of lines, and the range of available colors and brushes.

Rupesh Chaudhari
Jun 14, 2023 ⋅ 7 min read
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