https://github.com/ervandra/undangan-digital-1
Wedding Invitation App built with React Native + Expo
https://github.com/ervandra/undangan-digital-1
Last synced: 2 days ago
JSON representation
Wedding Invitation App built with React Native + Expo
- Host: GitHub
- URL: https://github.com/ervandra/undangan-digital-1
- Owner: ervandra
- Created: 2018-09-22T12:42:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-22T13:55:27.000Z (almost 8 years ago)
- Last Synced: 2025-10-25T17:37:32.462Z (8 months ago)
- Language: JavaScript
- Size: 3.27 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
Awesome Lists containing this project
README
# NativeBase KitchenSink v2.5.0
An example app with all the UI components of NativeBase
> **NativeBase-KitchenSink** comes in four forms of app for you!
>1. Pure React Native App with `react-navigation` on branch **[master](https://github.com/GeekyAnts/NativeBase-KitchenSink)**
>2. Pure React Native App with `RNRF` on branch **[RNRF](https://github.com/GeekyAnts/NativeBase-KitchenSink/tree/RNRF)**
>3. An Expo app with `CRNA` and `react-navigation` on branch **[CRNA](https://github.com/GeekyAnts/NativeBase-KitchenSink/tree/CRNA)**
>4. A React App with `NativeBase for web` on branch **[web-support](https://github.com/GeekyAnts/NativeBase-KitchenSink/tree/web-support)**
>Find the installation guide in `ReadMe` of appropriate branches
## Demo
https://expo.io/@geekyants/nativebasekitchensink
iOS | Android
:--:| :-----:
 | 
This project was bootstrapped with [Create React Native App](https://github.com/react-community/create-react-native-app).
Below you'll find information about performing common tasks. The most recent version of this guide is available [here](https://github.com/react-community/create-react-native-app/blob/master/react-native-scripts/template/README.md).
## Installation
* **Clone and install packages**
```
git clone git@github.com:GeekyAnts/NativeBase-KitchenSink.git
cd NativeBase-KitchenSink
git checkout CRNA
yarn
```
* **Run on iOS**
* Opt #1:
* Run `npm start` in your terminal
* Scan the QR code in your Expo app
* Opt #2:
* Run `npm run ios` in your terminal
* **Run on Android**
* Opt #1:
* Run `npm start` in your terminal
* Scan the QR code in your Expo app
* Opt #2:
* Make sure you have an `Android emulator` installed and running
* Run `npm run android` in your terminal