Tag: react-native

Using CSS Variables in React Native

Using CSS variables in React Native

Dev

Learn how to use CSS Variables to add custom styles, improve theming, and use CSS-in-JS libraries more seamlessly in React Native.

Mamta Dalal
Jan 31, 2022 ⋅ 7 min read

How to use react-native-picker-select

Dev

react-native-picker-select, a powerful React Native component that gives you access to the native iOS and Android select interface.

Lawrence Eagles
Jan 27, 2022 ⋅ 5 min read

RecyclerListView vs. FlatList for long lists in React Native

Dev

Decide if RecyclerListView or FlatList is right for you when rendering long or infinite lists in React Native with this thorough comparison.

Joseph Mawa
Jan 18, 2022 ⋅ 4 min read

How to create and style custom buttons in React Native

Dev

Learn how to create custom UI components with React Native three ways — creating your own, using a CSS-in-JS library, and by adding props.

Gaurav Singhal
Jan 14, 2022 ⋅ 8 min read
Fela.js Logo Over a Pink-Red Background

Fela: Writing state-driven styles for React and React Native

Dev

Discover what Fela is, why you should consider using it, and how it simplifies creating styles across multiple platforms.

Lorenz Weiß
Jan 4, 2022 ⋅ 4 min read
Tamagui React Native Create Faster Design Systems

Tamagui for React Native: Create faster design systems

Dev

Explore Tamagui, a UI kit that includes a series of themes, media queries, and typed inline styles, as well as an optimizing compiler.

Aman Mittal
Dec 24, 2021 ⋅ 6 min read

React Native JWT authentication using Axios interceptors

Dev

Using Axios interceptors, build a demo app with successful authentication that protects against user identity theft.

Cristian Rita
Dec 23, 2021 ⋅ 6 min read
React Logo Over a Black Space Background

Creating animations with lottie-react-native

Dev

Learn how to implement Lottie-based animations in a React Native project by using the lottie-react-native library here.

Rupesh Chaudhari
Dec 21, 2021 ⋅ 8 min read
React Background Image Processing

Run React Native background tasks with Headless JS

Dev

In this article, we’ll learn to execute background operations in React Native using Native APIs and Headless JS.

Debjyoti Banerjee
Dec 16, 2021 ⋅ 5 min read
React Native Contacts: How to Access a Device's Contact List

React Native Contacts: How to access a device’s contact list

Dev

React Native Contacts and Expo Contacts are both great tools for fetching and manipulating the contacts on a user’s device.

Nitish Sharma
Dec 13, 2021 ⋅ 4 min read
React Native Logo Over a Winding Highway Road

A guide to React Native Navigation

Dev

In this guide, learn how to enable different types of navigation in your React Native apps by building an example e-commerce application.

Neel Bakshi
Dec 13, 2021 ⋅ 12 min read
React Native Logo

Creating a custom React Native dropdown

Dev

Here’s how to build a custom React Native dropdown for web development: a basic select form field that will look similar on Android and iOS.

Stephan Miller
Dec 8, 2021 ⋅ 5 min read