GithubHelp home page GithubHelp logo

emu's Introduction

App emU

Proof of concept of an application to Ume.

Introduction

In this application the user can:

  • Perform login
  • Get general information about account
  • Get informatio about purchases
  • Check on which ume1s partners it can be used

Technology stack

  • React Native >= 0.63.x
  • React Redux >= 7.7.2
  • Redux >= 4.0.5
  • Redux Saga >= 1.1.3
  • ReactNavigation >= 5.x
  • Eva Design >= 2.x
  • UI Kitten >= 5.x

How to run

Android

Check if you have all dependencies installed to enable you run on Android, please follow this guide

  • In one terminal starts the metro server
$ npx react-native start --reset-cache

Open another terminal and type

$ npx react-native run-android

iOS

Notice that you should install and configure XCode on your Mac

Once you have your React Native project initialized, you can run:

npx react-native run-ios

To run on a specific device you should use --simulator

npx react-native run-ios --simulator="iPhone SE"

For some libraries, i.e, react-navigation we should install extras packages

npm install react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view

and install pods

npx pod-install ios

Details you can check this

Contributing & Git Strategy

Commit messages

All the commit messages should use the imperative mood in description, first you should use a single line commit if necessary you can explain the commit's motivation always using the what and why.

Message structure

The commit message consists of the three distinct parts separated by a blank line: the title, an optional body and the author's signature. It looks like below:

    [TagName] Short description

    Body of explanation, explaning the motivation use the rule `what` and `why`,
    not the how.

    Resolves: <Issue-Number>, ...

    <Author-Signature>

The TagName should follow the pattern listed below:

[Bump]   Use to point to a release commit
[Chore]  Use to designate a small task or small change
[Feat]   Use to designate a new Feature
[Fix]    A bug fix
[Infra]  Use to designate update configs, no production code change
[Refact] Use to designate a production code refactoring
[Tests]  Use to tests, refactoring tests, no production code changes

emu's People

Contributors

alvloureiro 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.