Code Monkey home page Code Monkey logo

futupolis-app's Introduction

Futupolis App ๐Ÿค–

Application for Futucamp 2018 - Futupolis

Architecture

  • React Native (0.55) + Redux
  • iOS and Android support
  • Selectors with reselect to access store
  • Redux architecture using ducks. See /app/concepts
  • Data processing in concepts and minimize logic in views

Local development

BEFORE JUMPING TO IOS OR ANDROID GUIDE:

  • npm install
  • cp env.example.js env.js and fill in the blank secrets in the file
  • react-native link

iOS

The xcode-project is expecting that you have nvm installed. It can be reconfigured in Build Phases > Bundle React Native code and images.

  • Install Cocoapods

  • cd ios && pod update && pod install

  • Run app with cd .. && react-native run-ios

  • Or with xcode open prahappclient.xcworkspace

    Note: Use the .xworkspace instead of .xcodeproj!

Android

Release

iOS

  • Make sure you have latest App Store provisioning profile installed
  • Package production script bundle with npm run release:ios
  • In XCode project settings, bump Version field
  • Choose Generic iOS Device (or a connected iPhone) as build target
  • Run Product > Clean (for paranoia) and Product > Archive
  • Go to Window > Organizer, select latest build with correct version and press Upload to App Store

Android

  • Copy whappu-release.keystore under android/app if it's not there already.
  • Bump versionCode and versionName in android/app/build.gradle
  • cd android && ./gradlew assembleRelease --no-daemon
  • Built .apk is saved to android/app/build/outputs/apk

Other Repositories

License

MIT

futupolis-app's People

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.