Skip to content

ifiokjr/rn-demo

Repository files navigation

Demonstration Application

This is a simple react native app built with typescript.

It showcases some of the basic principles of navigation with a simple content loader animation when loading new content.

Due to the simplicity of the app, everything is held in the App.tsx file.

Getting started

  • Clone the repo.
git clone https://github.com/ifiokjr/rn-demo
  • Install the dependencies.
yarn # or npm install
cd ios && pod install # iOS only
  • Build on iOS and Android.
yarn ios
yarn android

iOS

Demo on iOS

Android

Demo on Android