Tag: react-native

Customizing Your React Native Status Bar Based On Route

Customizing your React Native status bar based on route

Dev

Learn to master status bars in React Native for any device by using the StatusBar component and the imperative API.

Bianca Dragomir
Nov 8, 2022 ⋅ 8 min read
React Native Console Log Best Practice

Reviewing React Native console logs: Best practices

Dev

When it comes to debugging, console logs are really insightful, helping you examine the real-time data that an app is using at any point of execution.

Atharva Deosthale
Nov 3, 2022 ⋅ 4 min read
Using Methods Like Zindex In React Native To Stack Elements

Using methods like zIndex in React Native to stack elements

Dev

In React Native, you can use zIndex, position, Flatlist, and other methods to stack and position elements. Let’s explore some examples.

Kingsley Ubah
Nov 2, 2022 ⋅ 5 min read
React Logo Over Blueberries

Create a React Native app using Ignite boilerplate

Dev

Ignite makes it easy to follow best practices in developing React Native apps. It saves a lot of time when creating new projects.

Wern Ancheta
Nov 1, 2022 ⋅ 18 min read
React Logo

Smooth animations with React Native Reanimated 3

Dev

React Native Reanimated allows for granular control and performance over animations in apps. Let’s see what’s new in v3.

Hussain Arif
Oct 18, 2022 ⋅ 4 min read
React Logo Over Hypnotic Red Background

Guide to building a React Native MQTT messaging app

Dev

Discover how to configure and connect MQTT to a React Native application and how to publish topics to apps using a client broker.

Mukesh Mandiwal
Oct 18, 2022 ⋅ 5 min read
Build a selfie camera timer: React Native stopwatch example

Build a selfie camera timer: React Native stopwatch example

Dev

Learn how to build a stopwatch with a custom duration to create a selfie camera timer in React Native.

Kevin Tomas
Oct 17, 2022 ⋅ 8 min read
Using MUI React Native

Using MUI in React Native

Dev

Build a cross-platform app with Material Design elements from the React Native Paper library, like drawer navigation, a floating action button, and a contextual action bar.

Farhan Kathawala
Oct 14, 2022 ⋅ 9 min read
How To Create Customized Pop-Up Menus In React Native

How to create customized pop-up menus in React Native

Dev

Pop-up menus improve UI by acting as an overflow menu. They can be used as a secondary action for an item or a button.

Taofiq Aiyelabegan
Oct 13, 2022 ⋅ 7 min read
Optimize React Native Performance

Optimizing React Native performance

Dev

Solve your React Native app performance issues, like console statements and animations, using these optimization tools.

Ifeanyi Dike
Oct 11, 2022 ⋅ 14 min read

What to learn before learning React Native

Dev

Find resources about understanding the skills and technologies that best prepare the modern developer to learn React Native.

Vijit Ail
Oct 10, 2022 ⋅ 7 min read
Using React Native Snackbar For Custom Pop Up Messages

Using React Native Snackbar to create custom pop-up messages

Dev

Let’s explore Snackbar, a useful React Native tool that can help you add notifications or display pop-up messages in your application.

Chimezie Innocent
Oct 5, 2022 ⋅ 7 min read