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
- Host: GitHub
- URL: https://github.com/ifiokjr/rn-demo
- Owner: ifiokjr
- Created: 2019-12-11T09:56:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:47:11.000Z (over 2 years ago)
- Last Synced: 2025-01-14T10:57:18.685Z (5 months ago)
- Language: TypeScript
- Size: 15.4 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: readme.md
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
## Android
![]()