Tag: react-native

Caching Images in React Native: A Tutorial With Examples

Caching images in React Native: A tutorial with examples

Dev

Caching is a great way to solve issues associated with loading and rerendering images from remote endpoints. Learn two approaches to caching images in React Native.

Nitish Sharma
Jul 7, 2021 ⋅ 7 min read

Build a React Native component library with Storybook

Dev

Easily build a component library in React Native with Storybook and Shopify Restyle, helpful tools that help keep a codebase organized.

Caelin Sutch
Jul 6, 2021 ⋅ 5 min read
Data Fetching with React Native

Data fetching with React Native

Dev

Should you use the inbuilt Fetch API, GraphQL, or something else to fetch data in React Native? Learn what works for your use case.

Hussain Arif
Jul 5, 2021 ⋅ 10 min read
React Native Logo Over a Background of Polaroid Photos

How to build an image picker using react-native-image-crop-picker

Dev

This tutorial demonstrates how to use React Native Image Crop Picker to select images from devices and upload photos to your app.

Youssouf El Azizi
Jul 5, 2021 ⋅ 4 min read

Run animations in React and React Native from one codebase

Dev

Learn how to create animations for both React web and React Native mobile apps without rewriting the code with this tutorial.

Vilva Athiban P B
Jul 2, 2021 ⋅ 7 min read
Internationalization And Localization In React Native

Internationalization and localization in React Native

Dev

Learn how to internationalize and localize Expo and bare React Native mobile applications to make them globally accessible.

Ejiro Asiuwhu
Jul 1, 2021 ⋅ 4 min read
Getting Started With React Native And Expo SDK

Getting started with React Native and Expo SDK

Dev

Follow this guide to see how Expo simplifies mobile app development in React Native with Expo SDK and developer tools.

Shanika Wickramasinghe
Jun 25, 2021 ⋅ 6 min read

Intro to React Native Camera

Dev

Learn about React Native Camera, a component for React Native that allows you to easily utilize a device’s camera in your mobile apps.

Gapur Kassym
Jun 22, 2021 ⋅ 4 min read
Creating Pop Up Modal React Native

Creating a pop-up modal in React Native 

Dev

Create three types of custom modals using react-native-modal to improve your user interface.

Clayton Francis
Jun 21, 2021 ⋅ 6 min read

Exploring the new Stripe React Native SDK

Dev

Follow this guide to implement the Stripe payment system in your React Native apps with the new Stripe React Native SDK.

Emmanuel Etukudo
Jun 21, 2021 ⋅ 7 min read

How to implement AdMob in React Native with Firebase

Dev

Earn extra income by running ads on your React Native apps using AdMob and Firebase in this step-by-step tutorial.

Emmanuel Etukudo
Jun 10, 2021 ⋅ 5 min read
React Native Logo on a Smartphone

Implementing swiper components in React Native

Dev

Take a look at five different methods to build React Native swiper components for various use cases using Expo.

Clayton Francis
Jun 9, 2021 ⋅ 15 min read