react-native-elements-app

Demo app for React Native Elements UI library

Github stars Tracking Chart

React Native Elements App

React Native Elements App

Mobile App, Web App

This is the Demo app for React Native Elements built with Expo. In this app you will find examples on on how to use various RNE components as well as production-ready screens.

This app also work on the web platform using React Native Web. You can checkout the live website here. If you are looking to build a React Native mobile app & also reuse the code to deploy on web, this repo can be used as a great starting point.

Getting Started

Run it locally

  1. Install Expo CLI
[sudo] npm install -g expo-cli

If permissions errors then please use --unsafe-perm=true flag too npm/npm#16766

  1. Clone the project
git clone https://github.com/react-native-elements/react-native-elements-app.git
  1. Install dependencies
cd react-native-elements-app

# Using npm or yarn
yarn, npm install
  1. Run the cross-platform app (uses Expo)
yarn start, npm start

Deploy Web app

First you must set correct publicPath in app.web-build.json. Next you must build the web app using:

yarn build:web

Once you have built it, you can see generated web-build folder.

This folder can be hosted as static website. For example you can publish on Github Pages via gh-pages cli.

yarn deploy

Note: don't forget to add or change "homepage" key in your package.json

Ejecting

The mobile app is built using Expo. If you would like to eject, you can run the following command:

yarn eject, npm run eject

We highly recommend you read the official Expo ejection docs before proceeding.

Major contributors:

React Native Elements

This app is built using React Native Elements. RNE is a UI toolkit for React Native that provides you with production ready UI components so that you can focus on building the part that makes your app unique as opposed to reinvent the UI wheel.

You can install react-native-elements in your app using:

yarn add react-native-elements, npm install react-native-elements --save

Feedback

In case you run into any problems while running this app or have additional questions, please create a new issue on this repo and we will follow up with you.

Overview

Name With Ownerreact-native-elements/react-native-elements-app
Primary LanguageTypeScript
Program languageJavaScript (Language Count: 3)
Platform
License:MIT License
Release Count6
Last Release Namev0.5.1 (Posted on 2016-09-22 19:03:20)
First Release Namev0.1 (Posted on 2016-09-08 16:03:14)
Created At2016-09-04 22:44:08
Pushed At2022-03-29 18:07:09
Last Commit At2020-09-23 11:18:13
Stargazers Count1.3k
Watchers Count31
Fork Count417
Commits Count347
Has Issues Enabled
Issues Count94
Issue Open Count7
Pull Requests Count113
Pull Requests Open Count1
Pull Requests Close Count26
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top