Overview

Podzie – React Native App Theme for iOS and Android.

Example

You can view the app scanning the following QR code with the Expo app or by going to this link: https://expo.io/@sauldom102/podzie.

Installation

First, make sure you have installed npm on your system to be able to download the dependencies needed. Then, cd into the root directory and run npm install.

Run the development server

This project is made using Expo which is a React Native "set of tools, libraries and services you can use to build native iOS and Android apps". If you want to know more about Expo, you can visit their page.

You can connect your own android or iOs device to your PC, use an emulator or scan a QR code through the Expo App to get up and running the app, it will also autoreload as soon as you make changes on the code.

To run the development server you can execute this command in the root directory of the project: npm start. This will open a new tab on your browser. The most easy way to run the app for me is to download the Expo App and scan the QR code. If you want to know more about this, you can visit this page.

Build

If you just want to build the app and publish it on a marketplace you can follow this guide.

Last updated