Simple Carousel in React Native

July 7, 2017 - 2 min read

In this tutorial we will be building a simple carousel. As a change we will be using snack to build this instead of setting a new react…

Running React Native on a Different Port

June 2, 2017 - 1 min read

If you are trying to run react native application on a port other than 8081, it’s not an easy process. The reason for that is because…

Uploading Files to Google Cloud Storage

March 3, 2017 - 4 min read

Replacing Amazon S3 with Google Cloud Storage

Using React-Navigation in React Native

February 3, 2017 - 2 min read

I read about react-navigation and was curious how it compares to ex-navigation. In this post I will be creating the same application I…

Using Ex-Navigation in React Native

January 15, 2017 - 4 min read

Navigation in React Native is confusing for someone new to React Native. There are many different routing solutions in React Native…

Build A Clock in React Native — Part 2

December 28, 2016 - 2 min read

Before reading this article, please check out Part 1 where we setup the application code and installed the packages we will be using in…

Build A Clock in React Native - Part 1

September 10, 2016 - 2 min read

For anyone who does not know what React Native is please check here. Image below shows the final version of the application running on…

Building Static Sites with Webpack

August 29, 2016 - 2 min read

Webpack is module bundler which takes modules with dependencies and generates static assets representing those modules. Webpack replaces…