From ee77860112f88a92c5094abc212dc176986e777a Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Wed, 9 Dec 2020 20:05:48 -0800 Subject: [PATCH] EXPO Package Upgrades and added job details fields. --- App.js | 2 +- babel-translations.babel | 3051 +++++- .../data-label/data-label.component.jsx | 28 + .../job-list-item/job-list-item.component.jsx | 62 +- .../job-tombstone/job-tombstone.component.jsx | 179 +- graphql/jobs.queries.js | 2 +- package-lock.json | 9546 ----------------- package.json | 58 +- translations/en-US/common.json | 154 + translations/es-MX/common.json | 154 + translations/fr-CA/common.json | 154 + yarn.lock | 1031 +- 12 files changed, 4371 insertions(+), 10050 deletions(-) create mode 100644 components/data-label/data-label.component.jsx delete mode 100644 package-lock.json diff --git a/App.js b/App.js index 4d54d85..807b73e 100644 --- a/App.js +++ b/App.js @@ -1,6 +1,6 @@ import { ApolloProvider } from "@apollo/client"; import { Ionicons } from "@expo/vector-icons"; -import { AppLoading } from "expo"; +import AppLoading from "expo-app-loading"; import * as FileSystem from "expo-file-system"; import * as Font from "expo-font"; import React from "react"; diff --git a/babel-translations.babel b/babel-translations.babel index b4af75b..f89a285 100644 --- a/babel-translations.babel +++ b/babel-translations.babel @@ -1,4 +1,4 @@ - +