Skip to content

Commit

Permalink
Build 23
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewTurk247 committed Oct 4, 2022
1 parent 08ae22f commit ad3638a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions App.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,18 +92,18 @@ export default function App() {

const headerOptions = ({ navigation, route }) => {
return {
headerTitle: () => (
<Image
style={{ width: 260, height: 30 }}
source={logoAssets[theme]}
/>
),
/*headerRight: () => (
<TouchableOpacity style={{ paddingHorizontal: 16 }} onPress={() => navigation.navigate("Search")}>
<Icon name={ "search-outline"} width={24} height={24} fill={theme === "dark" ? "white" : "black"} />
</TouchableOpacity>
)*/
}
headerTitle: () => (
<Image
style={{ width: 260, height: 30 }}
source={logoAssets[theme]}
/>
),
/*headerRight: () => (
<TouchableOpacity style={{ paddingHorizontal: 16 }} onPress={() => navigation.navigate("Search")}>
<Icon name={ "search-outline"} width={24} height={24} fill={theme === "dark" ? "white" : "black"} />
</TouchableOpacity>
)*/
}
}

const detailHeaderOptions = ({ navigation, route }) => {
Expand Down
6 changes: 3 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "The Stanford Daily Mobile App",
"slug": "StanfordDaily",
"privacy": "public",
"version": "2.2.3",
"version": "2.2.4",
"platforms": [
"ios",
"android"
Expand All @@ -28,14 +28,14 @@
],
"ios": {
"bundleIdentifier": "com.Stanford.Daily.App",
"buildNumber": "22",
"buildNumber": "23",
"appStoreUrl": "https://itunes.apple.com/app/stanford-daily/id1341270063",
"supportsTablet": true
},
"android": {
"package": "com.Stanford.Daily.App",
"googleServicesFile": "./google-services.json",
"versionCode": 22,
"versionCode": 23,
"playStoreUrl": "https://play.google.com/store/apps/details?id=com.Stanford.Daily.App",
"permissions": [
"ACCESS_COARSE_LOCATION",
Expand Down

0 comments on commit ad3638a

Please sign in to comment.