chore: prepare for google oauth

This commit is contained in:
2024-11-01 00:40:07 +01:00
parent 1249774d12
commit d2a4e74713
13 changed files with 19 additions and 7 deletions

6
.gitignore vendored
View File

@@ -73,4 +73,8 @@ yarn-error.*
# The following patterns were generated by expo-cli
expo-env.d.ts
# @end expo-cli
# @end expo-cli
# erm
*google-services.json
keys.txt

View File

@@ -12,15 +12,22 @@
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"assetBundlePatterns": ["**/*"],
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true
"supportsTablet": true,
"infoPlist": {
"ExpoLocalization_supportsRTL": true
},
"bundleIdentifier": "dev.srizan.featheroom"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#ffffff"
}
},
"package": "dev.srizan.featheroom"
},
"web": {
"bundler": "metro",

View File

@@ -4,14 +4,15 @@
"version": "1.0.0",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest --watchAll",
"lint": "eslint . --fix",
"expo:fix": "expo install --fix",
"expo:lint": "expo lint",
"format": "prettier -w ."
"format": "prettier -w .",
"expo": "expo"
},
"jest": {
"preset": "jest-expo"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 118 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB