Tag: react-native

React Logo

Manage notifications in React Native with react-native-notifications

Dev

There are several types of notifications you can implement within apps, and this guide covers how to do so using react-native-notifications.

Akash Mittal
Sep 16, 2021 ⋅ 5 min read
How to play sounds in React Native using react-native-sound

How to play sounds in React Native using react-native-sound

Dev

A little ding for a new notification, a “whoosh” sound for an email sent, or a crumbling noise for deleting files goes a long way toward improving the user experience of your React Native app.

Nitish Sharma
Sep 15, 2021 ⋅ 6 min read
Guide to using Sass in React Native

How to use Sass in React Native

Dev

Use Sass in your React Native projects to style your components using variables, inheritance, and operators.

Vijit Ail
Sep 14, 2021 ⋅ 5 min read
React Native and Google Play Store Logos

How to deploy a React Native app to the Google Play Store

Dev

React Native can generate apps for Android and iOS. Here, you can learn how to generate .apk files to deploy on Google Play Store.

Akash Mittal
Sep 9, 2021 ⋅ 4 min read
React Native Logo

What’s new in React Native v0.65

Dev

React Native v0.65 is now upon us, and the performance optimizations and accessibility improvements make it an update worth talking about.

Clayton Francis
Sep 3, 2021 ⋅ 3 min read
Code Share React Native Web

Sharing code with React Native for Web

Dev

Use React Native for Web, a React compatibility layer, to write React code that you can share between web and mobile apps.

Aman Mittal
Sep 2, 2021 ⋅ 4 min read
React Navigator vs. React Native Navigation Feature Image

React Navigation vs. React Native Navigation: Which is right for you?

Dev

React Navigation vs. React Native Navigation? We weigh the critical aspects of selecting the right navigation library for your app.

Zain Sajjad
Sep 1, 2021 ⋅ 6 min read

A deep dive into Lefthook for React and React Native

Dev

Advance beyond Husky with this deep dive into Lefthook, a Git Hooks manager with parallelization and support for custom runners.

Zain Sajjad
Sep 1, 2021 ⋅ 5 min read
React Native Reanimated

Deep dive into React Native Reanimated

Dev

With React Native Reanimated, you no longer have to worry about dropping frames or limiting the workload of your JavaScript thread.

Cole Redfearn
Sep 1, 2021 ⋅ 5 min read
Build A React Native Progress Bar

Build a React Native progress bar

Dev

Learn how to build a progress bar in React Native to provide users with a visual representation of processes running and progressing.

Jeremy Kithome
Aug 30, 2021 ⋅ 4 min read
How to Create a Custom Alert Dialog in React Native

How to create a custom alert dialog in React Native

Dev

Learn how to create a custom alert dialog in React Native for Android or iOS, including the specification and UI differences between the two platforms.

Akash Mittal
Aug 30, 2021 ⋅ 17 min read
Build an ecommerce app from scratch with React Native

Build an ecommerce app from scratch with React Native

Dev

Many ecommerce React Native app templates on GitHub come with features you may not need. Build your own app from scratch with this tutorial.

Shalitha Suranga
Aug 30, 2021 ⋅ 9 min read