GithubHelp home page GithubHelp logo

react-nativeexample's Introduction

React Native Elements App

React Native Elements 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.

Also the RNE team runs and maintains this project, so if you need any help developing your app with React Native Elements, someone on our team can help you out as well. Feel free to reach out to @monte9.

Demo

Mobile App | Web App

Run it locally

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

# Using npm or yarn
yarn || npm install
  1. Run the mobile app (uses Expo)
# Install the expo-cli
npm install -g expo-cli

yarn native || npm run native
  1. Run the web app (uses CRA)
yarn web || npm run web

Deploy Web app

First you must build the web app using:

yarn build:web

Once you have built it, you can see generated 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

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

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

  1. The web app is built using Creact React App. If you would like to eject, you can run the following command:
yarn eject:web || npm run eject:web

We highly recommend you read the official CRA 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.

react-nativeExample

react-nativeExample

react-nativeExample

react-nativeexample's People

Contributors

alangdc avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.