Git Product home page Git Product logo

native's Introduction

Real Estate Mobile Client

Install

  1. Clone this repository
git clone https://github.com/em-casa/native.git
cd native
  1. Install dev dependencies
yarn install
bundle install
(cd ios && pod install)

Run

To run and develop the app locally:

  1. Start the bundler: yarn start
  2. Run a simulator: yarn ios or yarn android

In development mode, this app communicates with the staging API server https://em-casa-backend-staging.herokuapp.com by default. Optionally, to use a local instance of the backend server:

  1. Download and run em-casa/backend
  2. export API_CLIENT="https://localhost:4000"
  3. Restart the bundler

Build

Android

bundle exec fastlane android build

The android apk distributable is outputted into android/app/build/outputs/apk/.

You can pass any of the following options to fastlane's build task by appending {option}:{value} to the command.

e.g: bundle exec fastlane android build bump:true version:1.0.0

option type default description
signed* bool false Enable code signing
bump bool false Bump version number
build_number int current build nหš + 1 New build number to bump to
version string package.json version New version to bump to

* Requires the ANDROID_KEY* environment variables. See .env.example

IOS

TODO

Release

This project uses Crashnalytics for beta testing.

Android

bundle exec fastlane android beta

In addition to all of build task's options, you can pass the following to beta:

option type default description
groups string nil Comma delimited list of beta tester groups to invite for this update
promote bool false Send update notifications to beta testers
comment string nil Release notes

IOS

TODO

Contribute

Feel free to open issues and PRs.

At the moment, we're tracking tasks at https://www.pivotaltracker.com/n/projects/2125081


This project was bootstrapped with Create React Native App.

native's People

Contributors

gusaiani avatar nathanqueija avatar rhnonose avatar guilhermedecampo avatar

Watchers

James Cloos avatar MyProtocol 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.