Added tabs to jobs detail + some basic rendering.

This commit is contained in:
Patrick Fic
2020-08-17 15:54:15 -07:00
parent 3ea3cd9fce
commit 285d3fd91f
15 changed files with 349 additions and 46 deletions

View File

@@ -3,19 +3,20 @@
"name": "imexmobile",
"slug": "imexmobile",
"version": "1.0.0",
"orientation": "portrait",
"orientation": "default",
"icon": "./assets/logo240.png",
"splash": {
"image": "./assets/logo1024.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
"backgroundColor": "#efefef"
},
"notification": {
"icon": "./assets/logo240.png"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true
},