An open API service indexing awesome lists of open source software.

https://github.com/ifiokjr/rn-demo

A small demo app built with react native
https://github.com/ifiokjr/rn-demo

Last synced: 3 months ago
JSON representation

A small demo app built with react native

Awesome Lists containing this project

README

        

# 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](./App.tsx) file.

## Getting started

- Clone the repo.

```bash
git clone https://github.com/ifiokjr/rn-demo
```

- Install the dependencies.

```bash
yarn # or npm install
cd ios && pod install # iOS only
```

- Build on iOS and Android.

```bash
yarn ios
yarn android
```

## iOS

Demo on iOS

## Android

Demo on Android