Skip to content

Commit

Permalink
feat: login with google (#9)
Browse files Browse the repository at this point in the history
Implement Login with Google

* update lo-fi login screens with navigation

* add login with google functionality.

* chore: package-lock.json and .gitignore maintenance.

---------

Co-authored-by: Chris Torres <[email protected]>
Co-authored-by: Chris Torres <[email protected]>
  • Loading branch information
3 people authored Nov 13, 2024
1 parent 0f720a5 commit 2fb4108
Show file tree
Hide file tree
Showing 9 changed files with 3,836 additions and 4,188 deletions.
17 changes: 16 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "Our City Forest",
"slug": "our-city-forest",
"owner": "calblueprint",
"owner": "ocfdev",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/bp-icon.png",
Expand All @@ -20,6 +20,15 @@
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"plugins": [
[
"expo-dev-launcher",
{
"launchMode": "most-recent"
}
]
],
"platforms": ["ios", "android", "web"],
"ios": {
"bundleIdentifier": "org.calblueprint.ourcityforest",
"supportsTablet": true,
Expand All @@ -37,6 +46,12 @@
},
"web": {
"favicon": "./assets/bp-favicon.png"
},
"scheme": "org.calblueprint.ourcityforest",
"extra": {
"eas": {
"projectId": "d04f2944-f495-4c9b-b330-6e13ce59c6ff"
}
}
}
}
21 changes: 21 additions & 0 deletions eas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"cli": {
"version": ">= 12.6.1",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {
"autoIncrement": true
}
},
"submit": {
"production": {}
}
}
Loading

0 comments on commit 2fb4108

Please sign in to comment.