GithubHelp home page GithubHelp logo

mauabe / react-native-workshop Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lukitos/react-native-workshop

0.0 2.0 0.0 220 KB

A contact list and detail mobile app developed with React Native.

JavaScript 25.81% Python 18.20% Java 14.85% Objective-C 41.13%

react-native-workshop's Introduction

alt text

react-native-workshop

A contact list and detail mobile app built with React Native. There are multiple branches to this project so that you clone the branch of your choice as a starting point. You can see the finished code for each stage by switching to the appropriate branch.

Pre-requisites

Please review the React Native getting started documentation to setup your environment: https://facebook.github.io/react-native/docs/getting-started.html

  1. Have Homebrew (http://brew.sh/) installed, and then run the following 2 commands to install Node and Watchman if you don’t already have them. If you have Node installed, make sure it’s Node version 8.3 or newer. You can use node -v command to check.
brew install node
brew install watchman
  1. In order to run the iOS version, be sure to have Xcode installed. You can go to Mac App Store (https://itunes.apple.com/us/app/xcode/id497799835?mt=12) to install. If you already have Xcode installed, please make sure it’s version 9.4 or newer.

  2. Run the following command in a Terminal:

npm install -g react-native-cli

Getting started

  1. Use the following command to clone a starting point of the project.

git clone -b starter-project https://github.com/lukitos/react-native-workshop.git

  1. Navigate to the react-native-workshop directory.

cd react-native-workshop

  1. Install dependencies.

npm install

  1. Run the application.

react-native run-ios

  1. Use your favorite text editor to modify the code. I recommend Visual Studio Code (https://code.visualstudio.com/).

code .

react-native-workshop's People

Contributors

lukitos avatar

Watchers

James Cloos avatar Mauricio Feldman-Abe 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.