Giter Club home page Giter Club logo

mobileapp's Introduction

Setup instructions:

  1. Install nodejs version (12.18.3 LTS) or higher from https://nodejs.org/en/
  2. Install Expo cli using command: npm install expo-cli --global
  3. Install git: https://git-scm.com/downloads
  4. Clone the git repository: https://github.com/pankajspace/mobileApp.git
  5. We will use Gitflow Workflow for managing releases. https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow
  6. We will create a separate branch per developer. develop branch will act as integration branch
  7. Run command: git checkout {your name}. Then run npm install. Start coding!!!
  8. Inside the repository run command: expo start (Refer https://expo.io/learn for more details)
  9. Install the Expo app from google play store

List of Git commands in sequence:

  1. git status: gives current status of your repo
  2. See above status to make sure you to your branch before starting to code
  3. git checkout { your branch name}: to go to your branch. Make changes in your branch only
  4. git stash: Save your changes locally
  5. git checkout develop: go to develop branch
  6. git pull: to get remote changes of develop branch on to your local branch
  7. git checkout {your branch name}: To go to your branch
  8. git merge develop: To merge develop branch changes in your branch
  9. git stash pop: bring out your locally saved changes on branch. If any conflicts occur after this command then resolve conflicts
  10. git add .
  11. git commit -m "commit message"
  12. git push: To push your changes to remote repository on git
  13. Goto github web interface to create the pull request

Useful links:

  1. ReactJs Docs: https://reactjs.org/docs/getting-started.html
  2. React Native Docs: https://reactnative.dev/docs/getting-started
  3. React Native Flexbox: https://reactnative.dev/docs/flexbox
  4. React Navigation: https://reactnavigation.org/docs/getting-started
  5. React Native Elements: https://react-native-elements.github.io/react-native-elements/docs/
  6. Expo Doc: https://docs.expo.io/tutorial/planning/
  7. Online editor for running ReactJs code: https://codesandbox.io/
  8. Online editor for running React Native code: https://snack.expo.io/
  9. Git Workflow: https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow

mobileapp's People

Contributors

pankajspace avatar ashutosh-kendurkar avatar jagdishbhargande avatar

Stargazers

Roman avatar

Watchers

 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.