Tag: react-native

React Native Debugger: Tips for fast debugging

Dev

React Native Debugger comes with features that can boost your development and debugging speed. Here’s how to use it.

Zain Sajjad
Oct 1, 2021 ⋅ 6 min read
email authentication react native react navigation firebase feature image

Setting up email authentication with React Native, react-navigation, and Firebase

Dev

In this tutorial, we are going to discuss one of the strategies to implement an authentication flow using an email sign-in provider with React Native and the latest versions of react-navigation and react-native-firebase.

Aman Mittal
Oct 1, 2021 ⋅ 14 min read
How to Implement WebSockets in React Native

How to implement WebSockets in React Native

Dev

Learn how to implement WebSockets in React Native by designing a message broadcast app.

Akash Mittal
Oct 1, 2021 ⋅ 6 min read
Using CSS Modules in React Native

Using CSS Modules in React Native

Dev

Familiarize yourself with CSS Modules, a portable, more robust alternative to traditional React Native styling approaches that helps you produce cleaner, more readable code.

Andrew Baisden
Sep 30, 2021 ⋅ 8 min read
Sharing content in React Native with React Native Share

Sharing content in React Native apps using React Native Share

Dev

Provide your users with the chance to share content across their social networks with the React Native Share package.

Temiloluwa Ojo
Sep 22, 2021 ⋅ 6 min read
React Native Safe Area Context

Improve mobile UI with React Native safe-area-context

Dev

Use React Native safe-area-context to build interfaces that easily adapt to different mobile screens, providing a uniform UX across different devices.

Raphael Ugwu
Sep 17, 2021 ⋅ 3 min read
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