Git Product home page Git Product logo

build-version-management-app's Introduction

React Native Project: Maverapp

Table of Contents

Updating to New Releases

Features

  • Listing Projects
  • Listing Versions of one Project
  • Install Project to your device with version you choice

Build Maverapp Project

Installation

  • Install Nodejs & npm
  • Install react native: Getting Started
  • Go to root project and install module packages:
npm install
# or
yarn

Running

  • At root project use command:
    • iOS: yarn start ios
    • android: yarn start android

Tools

  • Using Atom Editor
  • Install Atom packages: atom-beautify, linter, linter-eslint, react

Coding

Source Tree

build-version-management-app
├── App.js
├── App.test.js
├── Maverapp.png
├── README.md
├── android
├── app.json
├── ios
├── package.json
├── src
│   ├── assets
│   │   ├── fonts
│   │   └── images
│   ├── components
│   │   ├── Button
│   │   ├── Card
│   │   ├── Input
│   │   ├── ListItem
│   │   ├── Navigation
│   │   ├── Project
│   │   ├── Row
│   │   └── Text
│   ├── containers
│   │   ├── Auth
│   │   ├── Login
│   │   ├── Main
│   │   ├── Project
│   │   ├── Register
│   │   ├── Splash
│   │   └── Version
│   ├── layouts
│   │   ├── MasterLayout.js
│   │   └── index.js
│   ├── navigators
│   │   ├── app.js
│   │   ├── auth.js
│   │   ├── index.js
│   │   ├── login.js
│   │   ├── main.js
│   │   ├── project.js
│   │   └── tabbar.js
│   ├── reducers
│   │   ├── app.js
│   │   └── index.js
│   ├── routes
│   │   └── index.js
│   ├── services
│   │   └── reducer.js
│   ├── store
│   │   ├── NavStore.js
│   │   └── index.js
│   ├── styles
│   │   ├── MasterStyle.js
│   │   └── index.js
│   └── utils
│       ├── Images.js
│       ├── LayoutUtils.js
│       ├── axios.js
│       ├── checkStore.js
│       ├── constants.js
│       ├── index.js
│       ├── injectReducer.js
│       ├── injectSaga.js
│       ├── reducerInjectors.js
│       └── sagaInjectors.js
└── tsconfig.json

Credits

build-version-management-app's People

Contributors

hungqd avatar quynh-nguyen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

build-version-management-app's Issues

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.