Skip to content

Commit

Permalink
Oh how does the missing dep not be an error
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatXliner committed Feb 25, 2024
1 parent fbfb248 commit e26b27e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/WarriorHappy/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "WarriorHappy",
"slug": "WarriorHappy",
"version": "3.0.5",
"version": "3.0.6",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "myapp",
Expand Down
2 changes: 1 addition & 1 deletion apps/WarriorHappy/ios/WarriorHappy/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>3.0.5</string>
<string>3.0.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
3 changes: 2 additions & 1 deletion apps/WarriorHappy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "warriorhappy",
"main": "index.ts",
"version": "3.0.5",
"version": "3.0.6",
"scripts": {
"start": "expo start",
"android": "expo run:android",
Expand All @@ -19,6 +19,7 @@
"@expo/vector-icons": "^14.0.0",
"@react-navigation/native": "^6.0.2",
"@shopify/flash-list": "1.6.3",
"@supabase/auth-helpers-react": "^0.4.2",
"expo": "~50.0.7",
"expo-apple-authentication": "~6.3.0",
"expo-build-properties": "~0.11.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/WarriorHappy/src/app/profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function SignedOutView() {
</Text>
</View>
<Text
className="dark:focus:ring-[#4285F4]/55 mb-2 mr-2 inline-flex w-full items-center justify-between rounded-lg bg-[#4285F4] px-5 py-2.5 text-center text-sm font-medium text-white hover:bg-[#4285F4]/90 focus:outline-none focus:ring-4 focus:ring-[#4285F4]/50"
className="mb-2 mr-2 inline-flex w-full items-center justify-between rounded-lg bg-[#4285F4] px-5 py-2.5 text-center text-sm font-medium text-white hover:bg-[#4285F4]/90 focus:outline-none focus:ring-4 focus:ring-[#4285F4]/50 dark:focus:ring-[#4285F4]/55"
onPress={signInWithGoogle}
>
<Text className="flex-1 text-center">Continue with Google</Text>
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e26b27e

Please sign in to comment.