Giter Site home page Giter Site logo

jc-beta-mobile's Introduction

Jobcore-mobile

Created with react-native-cli

Onboarding screennames

  • Dashboard: dashboard
  • Invitations invitations
  • Job Preferences job_preferences
  • My Jobs my_jobs
  • Profile profile

Example:

 {
            "dashboard": [
                {
                    "heading": "Dashboard Tutorial",
                    "message": "Click on the dolar icon to review your pending and cleared payments",
                    "img_url": "https://res.cloudinary.com/hq02xjols/image/upload/v1559164967/static/onboarding/Screen_Shot_2019-05-29_at_5.21.39_PM.png"
                },
                {
                    "heading": "Dashboard Tutorial",
                    "message": "Click on the envelope to review and apply to job invitations",
                    "img_url": "https://res.cloudinary.com/hq02xjols/image/upload/v1559164967/static/onboarding/Screen_Shot_2019-05-29_at_5.21.39_PM.png"
                },
                {
                    "heading": "Dashboard Tutorial",
                    "message": "Click on the suitcase to review your upcoming jobs",
                    "img_url": "https://res.cloudinary.com/hq02xjols/image/upload/v1559164967/static/onboarding/Screen_Shot_2019-05-29_at_5.21.39_PM.png"
                },
                {
                    "heading": "Dashboard Tutorial",
                    "message": "Click on the start and see how employers have rated you",
                    "img_url": "https://res.cloudinary.com/hq02xjols/image/upload/v1559164967/static/onboarding/Screen_Shot_2019-05-29_at_5.21.39_PM.png"
                }
            ],
        }

ANDROID X compatibility Hack for v4 projects:

For incompatibility errors like this:

/Users/alacret/workspace/jobcore-mobile/node_modules/react-native-maps/lib/android/src/main/java/com/airbnb/android/react/maps/AirMapView.java:12: error: package android.support.v4.view does not exist
import android.support.v4.view.GestureDetectorCompat;
  1. Go to the node_modules folder and find the android project that is throwing de error. In this case: react-native-maps
  2. Open the android project and create a gradle.properties if it does not exist already and add this 2 variables:

node_modules/react-native-maps/android/gradle.properties

android.useAndroidX=true
android.enableJetifier=true

Project configurations

Configure project on file: .env Global constants:

  • PROD: its on production or test environment.

jc-beta-mobile's People

Contributors

alacret avatar nodejose avatar rich-97 avatar alanthinks avatar marquina-abreu avatar jorpg avatar ingindisrael avatar ixaxtav avatar alesanchezr avatar galue99 avatar

Watchers

 avatar

Forkers

jobcore-talent

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.