Skip to content

Commit ae128eb

Browse files
committed
New name and logo
1 parent a1b6e1b commit ae128eb

11 files changed

+14472
-14473
lines changed

app.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"expo": {
3-
"name": "fair-share",
4-
"slug": "fair-share",
5-
"scheme": "fair-share",
3+
"name": "SplitSquad",
4+
"slug": "split-squad",
5+
"scheme": "split-squad",
66
"version": "1.0.0",
77
"orientation": "portrait",
88
"icon": "./assets/icon.png",
@@ -19,7 +19,7 @@
1919
"android": {
2020
"adaptiveIcon": {
2121
"foregroundImage": "./assets/adaptive-icon.png",
22-
"backgroundColor": "#ffffff"
22+
"backgroundColor": "#000000"
2323
}
2424
},
2525
"web": {

app/_layout.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { View } from "react-native";
44

55
function _layout(props) {
66
useEffect(() => {
7-
router.navigate("/outing/mj20093b4z");
7+
//router.navigate("/outing/mj20093b4z");
88
// router.navigate("/newOuting");
99
}, []);
1010
return (

app/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function index(props) {
3636
{/* Top bar */}
3737
<TopBar
3838
icon="plus"
39-
title="FairShare"
39+
title="SplitSquad"
4040
onPress={() => router.navigate("/newOuting")}
4141
/>
4242

app/newOuting/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,11 @@ function index(props) {
117117
return (
118118
<>
119119
{/* Top bar */}
120-
<TopBar title="Add new outing" icon="save" onPress={save} />
120+
<TopBar title="Create new group" icon="save" onPress={save} />
121121

122122
<ScrollView className="bg-white m-3 p-7 px-8 rounded-lg">
123123
{/* Outing name */}
124-
<Text className="font-semibold text-lg">Outing name</Text>
124+
<Text className="font-semibold text-lg">Group name</Text>
125125
<TextInput
126126
onChangeText={(text) => setData({ ...data, name: text })}
127127
value={data.name}

assets/adaptive-icon.png

117 KB
Loading

assets/debug.log

-1
This file was deleted.

assets/favicon.png

1.36 KB
Loading

assets/icon.png

40.6 KB
Loading

assets/splash.png

9.5 KB
Loading

0 commit comments

Comments
 (0)