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 →
May 5th, 2021
How to Reset React Native Cache - NPM, iOS, Android, and More
Things get funky in react native. Here's how to start fresh and clear a React Native app cache.
Read this article →
January 20th, 2021
Resources for Mobile App Development
A list of our go-to resources to aid in building mobile apps.
Read this article →
February 1st, 2019
App Development Preplanning: Data and Requirements
In this video I walk through my process of thinking about app requirements, data relationships, and general planning for an app I plan to build.
Read this article →
January 29th, 2019
Breaking an Interface into Components
Learn to break a UI into a series of logical components.
Read this article →
January 23rd, 2019
How to Organize Your Components
Learn some basic tips on organizing your React Native app's components so you can more easily maintain your app.
Read this article →
December 14th, 2016
Managing Configuration in React Native
You’re a developer. You build apps. You probably build them in an iterative way —build something, test it, realize it doesn’t work, try…
Read this article →