November 17th, 2021
How to Manage Environment Variables in React Native
A brief overview of some of the packages available to help you manage environment variables in your React Native apps.
Read this article →
November 17th, 2021
How to Manage Environment Variables in React Native
A brief overview of some of the packages available to help you manage environment variables in your React Native apps.
Read this article →
June 9th, 2021
Expo Template with TypeScript, Navigation, and Testing
A simple Expo template, written in TypeScript, that includes navigation, testing, code formatting, and project structure.
Read this article →
June 8th, 2021
List of React Native/Expo Templates Created by React Native School
Templates by React Native School for creating Expo and React Native apps.
Read this article →
May 19th, 2021
How to Create an Expo Template for React Native Development
A quick guide to how to create a custom Expo Template for your future React Native projects.
Read this article →
May 12th, 2021
Simple Free Expo Starter Template with Navigation and Testing
A simple Expo template that includes navigation, testing, code formatting, and project structure.
Read this article →
March 17th, 2021
Visual Studio Code Setup for React Native Development [2021]
A walk-through (with links) of how I have Visual Studio Code optimized for React Native development.
Read this article →
September 4th, 2019
React Native Project Git Workflow
Git/source contral is an integral part of a developers workflow, or it should be. In this lesson I share my workflow to manage React Native projects.
Read this article →
May 1st, 2019
Easily Manage Different Environment Configurations in React Native
Development, staging, production - how do you manage each environment and ensure you're accessing the right endpoints, api keys, and other data for each environment? In this lesson we'll talk about how to set up environment specific variables.
Read this article →
March 13th, 2019
Easily Work on Deeply Nested Screens in React Native
Apps have many screens. Many screens need to be developed. How do we easily work on a nested screen without having to click around a bunch? In this tutorial we'll learn how to leverage your navigation to make developing on nested screens easier.
Read this article →
February 21st, 2018
Configure Visual Studio Code for React Native Development
Configure Visual Studio Code for React Native Development
Read this article →
October 5th, 2016
Tools and Services used in a Production React Native + Meteor App
A common question (or series of questions) that I’ve had over the last few months is “what do you use for X?”. Today I’ll walk you through…
Read this article →