Search all Pusher content

Wern Ancheta (Guest Author)

51 posts from Wern Ancheta
tutorials

Creating a photo sharing app with React Native

Use React Native, Node.js and Imgur to create a photo sharing app. Users will be able to follow their friends and share ...

Android
iOS
JavaScript
...
Follow tutorial
blog

Creating a realtime attendance app with React Native, BLE and Pusher

In this tutorial, we’ll be using React Native to create the attendance app on Android, Bleno for implementing Bluetooth ...

react
react native
Tutorial
Read blog post
blog

Debugging common React Native issues on Android

This article examines common issues encountered when building apps for Android using React Native. It shows errors you'r...

android
javascript
react
...
Read blog post
blog

Add a realtime chat to your Gatsby blog using Pusher

In this tutorial, we’re going to take a look at how we can add a realtime chat feature to a Gatsby blog using Pusher, as...

chat
chat app
gatsby
...
Read blog post
tutorials

Adding analytics to a React Native app

In this tutorial, we’re going to look at how to integrate Segment in a React Native app. We’re specifically going to use...

React Native
Non-Pusher tech
Follow tutorial
tutorials

Create a carpooling app with React Native - Part 1: Setting up the server

This two-part series uses React Native, Docker and several Google services (Maps, Places, Directions and Geocoding) to c...

JavaScript
Location
Maps
...
Follow tutorial
blog

Getting started with React Native Part 3: Using native device functionality

This three part series takes you through building a workout tracker app using React Native and Expo. In part three, lear...

javascript
react
react native
...
Read blog post
tutorials

Creating a server health monitoring app with Laravel

In this tutorial, create a web app for monitoring the status of your servers in realtime using Laravel. The app will of...

HTML
JavaScript
Laravel
...
Follow tutorial
tutorials

Creating a live multiplayer quiz app in React Native

Use React Native and Node to build a live cross-platform quiz app. Admins are able to add questions and start the game. ...

Android
Gaming
iOS
...
Follow tutorial
tutorials

Creating a realtime attendance app with React Native and BLE

Follow this tutorial to learn how to build a realtime attendance app with React Native, Bluetooth Low Energy (BLE) and P...

JavaScript
React
Channels
Follow tutorial
tutorials

React Native development tools - Part 1: Linting tools

This is part one of a three part tutorial series examining development tools for React Native. In this part, learn how t...

React Native
Non-Pusher tech
Follow tutorial
tutorials

Build a geolocation sharing app with React Native

Discover how to build a location sharing app with React Native, Google Maps and Facebook....

Location
React
JavaScript
...
Follow tutorial
blog

Adding animations to your React Native app Part 3: Gesture animations

Welcome to the final part of a three-part series on adding animations to React Native app. In this tutorial, we’ll be ta...

react native
Tutorial
Read blog post
tutorials

Create a food ordering app in React Native - Part 3: Adding push notifications

Food ordering apps such as Uber Eats and FoodPanda are a popular way to order from your favorite local restaurant. In th...

Android
Chat
JavaScript
...
Follow tutorial
tutorials

Accepting payments in React Native

In this tutorial you will build a mobile app in React Native that can process payments using Stripe. The backend will be...

Android
iOS
JavaScript
...
Follow tutorial
blog

Building a location sharing app with React Native and Pusher

Learn how to build a location-sharing app using the geolocation functionality in React Native and broadcast geolocation ...

location
react
react native
...
Read blog post
tutorials

Making accessible React Native apps

This tutorial looks at ways to improve the accessibility of React Native apps. You will take a (provided) starter app an...

JavaScript
iOS
Android
...
Follow tutorial
tutorials

Create a two-player Pong game with React Native

This in-depth tutorial will show you how to create a complete two-player mobile Pong game using React Native. You will u...

Android
JavaScript
Gaming
...
Follow tutorial
blog

Adding animations to your React Native app Part 1: Basic animations

This three part series provides a comprehensive overview of how to implement animation in React Native. In part one you ...

android
animation
ios
...
Read blog post
tutorials

Create a two-player maze game with React Native

Build a two-player maze game for mobile using React Native and Node.js. Users can log in, be matched with an opponent, a...

Gaming
JavaScript
Node.js
...
Follow tutorial
blog

Getting started with React Native Part 1: Layouts and styling

This three part series takes you through building a workout tracker app using React Native and Expo. In part one, set up...

javascript
react
react native
...
Read blog post
tutorials

Getting started with Flutter - Part 1: Introduction to Flutter

This two-part series introduces Flutter, a framework for building cross-platform mobile apps with native interfaces, bas...

Android
iOS
Flutter
...
Follow tutorial
tutorials

Build a game using device sensors in React Native

Build a mobile game, taking advantage of React Native's device sensors module. Use the gyroscope to detect the tilt of t...

Android
Gaming
iOS
...
Follow tutorial
tutorials

Getting started with continuous integration in React Native - Part 1: Introduction

This three-part series will guide you through setting up continuous integration for your React Native projects. In part ...

JavaScript
React
React Native
...
Follow tutorial
tutorials

Create a live workout tracking app with React Native

This tutorial takes you through building a workout tracking app in React Native, with a Node backend. Users will be able...

Android
iOS
JavaScript
...
Follow tutorial
tutorials

Getting started with continuous integration in React Native - Part 3: Custom CI setup with Bitrise

This three-part series will guide you through setting up continuous integration for your React Native projects. In part ...

JavaScript
React
React Native
...
Follow tutorial
tutorials

Create a food ordering app in React Native - Part 2: Adding the driver app and chat functionality

Food ordering apps such as Uber Eats and FoodPanda are a popular way to order from your favorite local restaurant. In th...

Android
JavaScript
Maps
...
Follow tutorial
tutorials

Create a food ordering app in React Native - Part 1: Making an order

Food ordering apps such as UberEats and FoodPanda are a popular way to order from your favorite local restaurant. In thi...

Android
JavaScript
Maps
...
Follow tutorial
tutorials

React Native development tools - Part 3: Testing tools

This is the third in a three part tutorial series on React Native development tools. In this part, look at testing with ...

React Native
Non-Pusher tech
Follow tutorial
tutorials

Getting started with GraphQL in React Native

GraphQL makes it easier for developers to get the specific data we want with less code. In this tutorial you will learn ...

Android
GraphQL
iOS
...
Follow tutorial
blog

Adding animations to your React Native app Part 2: Transition animations

This three part series provides a comprehensive overview of how to implement animation in React Native. In part two you ...

android
animation
ios
...
Read blog post
blog

Adding authentication to a React Native app with Auth0

Learn to integrate authentication with Auth0 into a React Native app. Build a sample app that allows users to sign up wi...

android
authentication
ios
...
Read blog post
tutorials

Creating a realtime game with React Native

Build the classic game of tic-tac-toe using React Native....

Gaming
JavaScript
React
...
Follow tutorial
tutorials

Create a facial recognition attendance app in React Native

In this tutorial, implement an app that uses facial recognition to identify people and verify that a student has indeed ...

JavaScript
React Native
Node.js
...
Follow tutorial
tutorials

Create a carpooling app with React Native - Part 2: Creating the frontend

This two-part series uses React Native, Docker and several Google services (Maps, Places, Directions and Geocoding) to c...

JavaScript
Location
Maps
...
Follow tutorial
tutorials

Getting started with Flutter - Part 2: Creating your first app

This two-part series introduces Flutter, a framework for building cross-platform mobile apps with native interfaces, bas...

Android
iOS
Flutter
...
Follow tutorial
tutorials

Create a Pokemon battle game with React Native - Part 2: Two-player mode

In this three part series, use React Native and Node.js to create a two-player Pokemon-like game. In part two, implement...

Android
iOS
JavaScript
...
Follow tutorial
blog

Getting started with React Native Part 2: Adding functionality

This three part series takes you through building a workout tracker app using React Native and Expo. In part two, add fu...

javascript
react
react native
...
Read blog post
tutorials

Create a Pokemon battle game with React Native - Part 3: Animations and sounds

In this three part series, use React Native and Node.js to create a two-player Pokemon-like game. In part three, extend ...

Android
iOS
JavaScript
...
Follow tutorial
blog

Creating a tic-tac-toe app with React Native and Pusher

In this tutorial, we’ll be implementing the classic game Tic-Tac-Toe with React Native and Pusher. This tutorial assumes...

react native
realtime game
Tutorial
Read blog post
tutorials

Create a whiteboard Electron app with React - Part 1: Adding the whiteboard

In this two-part series, build a whiteboard app using Node, Electron and React. Users will be able to collaborate in rea...

Chat
Collaboration
JavaScript
...
Follow tutorial
tutorials

Build a ride hailing app with React Native

In this tutorial, we will cover how to build a ride hailing app using React Native and Node.js....

React
JavaScript
Location
...
Follow tutorial
tutorials

Add a chat widget to your Gatsby blog

In this tutorial, we’re going to take a look at how we can add a realtime chat feature to a Gatsby blog using Pusher, us...

JavaScript
React
Chat
...
Follow tutorial
tutorials

Create a Pokemon battle game with React Native - Part 1: Practice mode

In this three part series, use React Native and Node.js to create a two-player Pokemon-like game. In part one, implement...

Android
iOS
JavaScript
...
Follow tutorial
blog

Debugging common React Native issues on iOS

This article explores common issues when developing for iOS with React Native. It shows you errors you can encounter, an...

ios
javascript
react
...
Read blog post
tutorials

Using Storybook with React Native

Learn how to use Storybook for React Native development. The tutorial introduces Storybook and the concepts of component...

JavaScript
React
React Native
...
Follow tutorial
blog

Creating a ride-booking app with React Native and Pusher

Learn how you can create a ride-booking app similar to Uber, Lyft or Grab with React Native and Pusher....

javascript
mobile
react
...
Read blog post
tutorials

React Native development tools - Part 2: Debugging tools

This is part two of a three part tutorial series examining development tools for React Native. In this part, learn to de...

React Native
Non-Pusher tech
Follow tutorial
tutorials

Create a two-player memory game with React Native

This tutorial will show you how to build a two-player memory game using React Native. Players sign in and are randomly a...

Android
iOS
JavaScript
...
Follow tutorial
blog

Using TypeScript with React Native

This tutorial guides you through converting a React Native project to use TypeScript. It includes details on how to conf...

react native
typescript
Tutorial
Read blog post
tutorials

Getting started with continuous integration in React Native - Part 2: Starting CI with App Center

This three-part series will guide you through setting up continuous integration for your React Native projects. In part ...

JavaScript
React
React Native
...
Follow tutorial