<%= link_to root_path, class: "navbar-item" do %>
- <%= image_tag 'logo.svg', size: "44" %>
-
BUDGETINGkid
+ <%= image_tag 'logo.svg', size: "34", class: 'for-mobile' %>
+ <%= image_tag 'logo.svg', size: "44", class: 'for-desktop' %>
+ BUDGETINGkid
+ BUDGETINGkid
<% end %>
diff --git a/app/views/layouts/header/_main.html.erb b/app/views/layouts/header/_main.html.erb
index 48b84ab..a4d2ece 100644
--- a/app/views/layouts/header/_main.html.erb
+++ b/app/views/layouts/header/_main.html.erb
@@ -4,8 +4,10 @@
<%= link_to "https://get.budgetingkid.com", class: "navbar-item" do %>
- <%= image_tag 'logo.svg', size: "44"%>
-
BUDGETINGkid
+ <%= image_tag 'logo.svg', size: "32", class: 'for-mobile' %>
+ <%= image_tag 'logo.svg', size: "44", class: 'for-desktop' %>
+ BUDGETINGkid
+ BUDGETINGkid
<% end %>
<% if !current_user&.parent? && user_signed_in? %>
<%= link_to destroy_user_session_path, method: :delete, class:"navbar-item for-mobile has-text-budgeting-kid-color" do %>
diff --git a/mobile/App.js b/mobile/App.js
index d29e4a2..622906d 100644
--- a/mobile/App.js
+++ b/mobile/App.js
@@ -4,7 +4,6 @@ import Config from './config';
export default function App() {
return (
);
diff --git a/mobile/app.json b/mobile/app.json
index 1c8f482..e6f1ff2 100644
--- a/mobile/app.json
+++ b/mobile/app.json
@@ -1,13 +1,12 @@
{
"expo": {
- "name": "mobile",
- "slug": "mobile",
- "version": "1.0.0",
+ "name": "BudgetingKid",
+ "slug": "budgetingkid",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
- "image": "./assets/splash.png",
+ "image": "./assets/icon.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
@@ -16,22 +15,22 @@
],
"ios": {
"supportsTablet": true,
- "bundleIdentifier": "budgetingkid.com"
+ "bundleIdentifier": "com.budgetingkid"
},
"android": {
"adaptiveIcon": {
- "foregroundImage": "./assets/icon.png",
- "backgroundColor": "#ffffff"
+ "foregroundImage": "./assets/icon.png"
},
- "package": "budgetingkid.com"
+ "package": "com.budgetingkid"
},
"web": {
"favicon": "./assets/icon.png"
},
"extra": {
"eas": {
- "projectId": "7f0abae7-1c00-41da-9e02-6b02692fa362"
+ "projectId": "a3f4222e-4da6-46cd-a57f-1c3385998228"
}
- }
+ },
+ "owner": "widefix"
}
}
diff --git a/mobile/eas.json b/mobile/eas.json
index bf588e3..81d16d1 100644
--- a/mobile/eas.json
+++ b/mobile/eas.json
@@ -9,7 +9,14 @@
"distribution": "internal"
},
"preview": {
- "distribution": "internal"
+ "distribution": "internal",
+ "autoIncrement": true,
+ "android": {
+ "buildType": "apk"
+ },
+ "ios": {
+ "simulator": true
+ }
},
"production": {
"autoIncrement": true