Skip to content

Commit efdea98

Browse files
committed
refactor: replace Inline style with className of tailwind and ignore .expo folder for linting
1 parent 00cd037 commit efdea98

File tree

10 files changed

+395
-438
lines changed

10 files changed

+395
-438
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
minSdkVersion = Integer.parseInt(findProperty('android.minSdkVersion') ?: '24')
77
compileSdkVersion = Integer.parseInt(findProperty('android.compileSdkVersion') ?: '35')
88
targetSdkVersion = Integer.parseInt(findProperty('android.targetSdkVersion') ?: '34')
9-
kotlinVersion = findProperty('android.kotlinVersion') ?: '1.9.24'
9+
kotlinVersion = findProperty('android.kotlinVersion') ?: '1.9.25'
1010

1111
ndkVersion = "26.1.10909125"
1212
}

android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pluginManagement {
2-
includeBuild(new File(["node", "--print", "require.resolve('@react-native/gradle-plugin/package.json')"].execute(null, rootDir).text.trim()).getParentFile().toString())
2+
includeBuild(new File(["node", "--print", "require.resolve('@react-native/gradle-plugin/package.json', { paths: [require.resolve('react-native/package.json')] })"].execute(null, rootDir).text.trim()).getParentFile().toString())
33
}
44
plugins { id("com.facebook.react.settings") }
55

eslint.config.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import path from 'node:path';
2+
13
import typescriptEslintPlugin from '@typescript-eslint/eslint-plugin';
24
import typescriptEslintParser from '@typescript-eslint/parser';
35
import eslintPluginI18nJson from 'eslint-plugin-i18n-json';
@@ -9,11 +11,11 @@ import simpleImportSort from 'eslint-plugin-simple-import-sort';
911
import testingLibraryPlugin from 'eslint-plugin-testing-library';
1012
import unicorn from 'eslint-plugin-unicorn';
1113
import unusedImports from 'eslint-plugin-unused-imports';
12-
import path from 'path';
1314

1415
export default [
1516
{
1617
files: ['**/*.{js,jsx,mjs,cjs,ts,tsx}'],
18+
ignores: ['.expo/**/*'],
1719
languageOptions: {
1820
ecmaVersion: 'latest',
1921
sourceType: 'module',

ios/ObytesApp.xcodeproj/project.pbxproj

Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,32 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
04E5161265384A50AF357CB0 /* Inter.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 54FE520809FB4D0F83841E18 /* Inter.ttf */; };
1110
13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; };
1211
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
1312
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
1413
3E461D99554A48A4959DE609 /* SplashScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */; };
15-
6CB218A36F8A484F8B93805D /* noop-file.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CC234168B10406AB47EA0AD /* noop-file.swift */; };
14+
952D6E1E8F9D475D99885EF9 /* noop-file.swift in Sources */ = {isa = PBXBuildFile; fileRef = 346E28590C5A40FFBF149CEE /* noop-file.swift */; };
1615
96905EF65AED1B983A6B3ABC /* libPods-ObytesApp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 58EEBF8E8E6FB1BC6CAF49B5 /* libPods-ObytesApp.a */; };
17-
A6ACA4763ABB5DDE527D162F /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 4B1595520878FA597E728F7E /* PrivacyInfo.xcprivacy */; };
1816
B18059E884C0ABDD17F3DC3D /* ExpoModulesProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAC715A2D49A985799AEE119 /* ExpoModulesProvider.swift */; };
17+
B4065D641437D7C07E99F193 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 6B577A92A2481BD1ECE1270B /* PrivacyInfo.xcprivacy */; };
1918
BB2F792D24A3F905000567C9 /* Expo.plist in Resources */ = {isa = PBXBuildFile; fileRef = BB2F792C24A3F905000567C9 /* Expo.plist */; };
19+
F2C22489978F46F7BE5E9563 /* Inter.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 9F9E1F94DF4F432EBDA8975B /* Inter.ttf */; };
2020
/* End PBXBuildFile section */
2121

2222
/* Begin PBXFileReference section */
23-
0CA3239751654B7791158749 /* ObytesApp-Bridging-Header.h */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.c.h; name = "ObytesApp-Bridging-Header.h"; path = "ObytesApp/ObytesApp-Bridging-Header.h"; sourceTree = "<group>"; };
2423
13B07F961A680F5B00A75B9A /* ObytesApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ObytesApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
2524
13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = ObytesApp/AppDelegate.h; sourceTree = "<group>"; };
2625
13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = ObytesApp/AppDelegate.mm; sourceTree = "<group>"; };
2726
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = ObytesApp/Images.xcassets; sourceTree = "<group>"; };
2827
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = ObytesApp/Info.plist; sourceTree = "<group>"; };
2928
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = ObytesApp/main.m; sourceTree = "<group>"; };
30-
4B1595520878FA597E728F7E /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = ObytesApp/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
31-
54FE520809FB4D0F83841E18 /* Inter.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = undefined; includeInIndex = 0; lastKnownFileType = unknown; name = Inter.ttf; path = ../assets/fonts/Inter.ttf; sourceTree = "<group>"; };
29+
272A8706236C4E77B0720363 /* ObytesApp-Bridging-Header.h */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.c.h; name = "ObytesApp-Bridging-Header.h"; path = "ObytesApp/ObytesApp-Bridging-Header.h"; sourceTree = "<group>"; };
30+
346E28590C5A40FFBF149CEE /* noop-file.swift */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.swift; name = "noop-file.swift"; path = "ObytesApp/noop-file.swift"; sourceTree = "<group>"; };
3231
58EEBF8E8E6FB1BC6CAF49B5 /* libPods-ObytesApp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ObytesApp.a"; sourceTree = BUILT_PRODUCTS_DIR; };
32+
6B577A92A2481BD1ECE1270B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = ObytesApp/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
3333
6C2E3173556A471DD304B334 /* Pods-ObytesApp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ObytesApp.debug.xcconfig"; path = "Target Support Files/Pods-ObytesApp/Pods-ObytesApp.debug.xcconfig"; sourceTree = "<group>"; };
34-
6CC234168B10406AB47EA0AD /* noop-file.swift */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.swift; name = "noop-file.swift"; path = "ObytesApp/noop-file.swift"; sourceTree = "<group>"; };
3534
7A4D352CD337FB3A3BF06240 /* Pods-ObytesApp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ObytesApp.release.xcconfig"; path = "Target Support Files/Pods-ObytesApp/Pods-ObytesApp.release.xcconfig"; sourceTree = "<group>"; };
35+
9F9E1F94DF4F432EBDA8975B /* Inter.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = undefined; includeInIndex = 0; lastKnownFileType = unknown; name = Inter.ttf; path = ../assets/fonts/Inter.ttf; sourceTree = "<group>"; };
3636
AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = SplashScreen.storyboard; path = ObytesApp/SplashScreen.storyboard; sourceTree = "<group>"; };
3737
BB2F792C24A3F905000567C9 /* Expo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Expo.plist; sourceTree = "<group>"; };
3838
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
@@ -61,29 +61,29 @@
6161
13B07FB61A68108700A75B9A /* Info.plist */,
6262
13B07FB71A68108700A75B9A /* main.m */,
6363
AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */,
64-
6CC234168B10406AB47EA0AD /* noop-file.swift */,
65-
0CA3239751654B7791158749 /* ObytesApp-Bridging-Header.h */,
66-
4B1595520878FA597E728F7E /* PrivacyInfo.xcprivacy */,
64+
346E28590C5A40FFBF149CEE /* noop-file.swift */,
65+
272A8706236C4E77B0720363 /* ObytesApp-Bridging-Header.h */,
66+
6B577A92A2481BD1ECE1270B /* PrivacyInfo.xcprivacy */,
6767
);
6868
name = ObytesApp;
6969
sourceTree = "<group>";
7070
};
71-
1842EF6A84644F94BC870903 /* Resources */ = {
71+
2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
7272
isa = PBXGroup;
7373
children = (
74-
54FE520809FB4D0F83841E18 /* Inter.ttf */,
74+
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
75+
58EEBF8E8E6FB1BC6CAF49B5 /* libPods-ObytesApp.a */,
7576
);
76-
name = Resources;
77-
path = "";
77+
name = Frameworks;
7878
sourceTree = "<group>";
7979
};
80-
2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
80+
7539AC99A71D481685BDF408 /* Resources */ = {
8181
isa = PBXGroup;
8282
children = (
83-
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
84-
58EEBF8E8E6FB1BC6CAF49B5 /* libPods-ObytesApp.a */,
83+
9F9E1F94DF4F432EBDA8975B /* Inter.ttf */,
8584
);
86-
name = Frameworks;
85+
name = Resources;
86+
path = "";
8787
sourceTree = "<group>";
8888
};
8989
832341AE1AAA6A7D00B99B32 /* Libraries */ = {
@@ -102,7 +102,7 @@
102102
2D16E6871FA4F8E400B85C8A /* Frameworks */,
103103
D65327D7A22EEC0BE12398D9 /* Pods */,
104104
D7E4C46ADA2E9064B798F356 /* ExpoModulesProviders */,
105-
1842EF6A84644F94BC870903 /* Resources */,
105+
7539AC99A71D481685BDF408 /* Resources */,
106106
);
107107
indentWidth = 2;
108108
sourceTree = "<group>";
@@ -159,13 +159,13 @@
159159
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "ObytesApp" */;
160160
buildPhases = (
161161
08A4A3CD28434E44B6B9DE2E /* [CP] Check Pods Manifest.lock */,
162-
546E7039A1C7A0FF9C21DBD4 /* [Expo] Configure project */,
162+
BF46037BD1578BB5445491D0 /* [Expo] Configure project */,
163163
13B07F871A680F5B00A75B9A /* Sources */,
164164
13B07F8C1A680F5B00A75B9A /* Frameworks */,
165165
13B07F8E1A680F5B00A75B9A /* Resources */,
166166
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
167167
800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */,
168-
007D01D417A7C088602BFE03 /* [CP] Embed Pods Frameworks */,
168+
85778D7DF64CF08BD3527412 /* [CP] Embed Pods Frameworks */,
169169
);
170170
buildRules = (
171171
);
@@ -215,32 +215,14 @@
215215
BB2F792D24A3F905000567C9 /* Expo.plist in Resources */,
216216
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
217217
3E461D99554A48A4959DE609 /* SplashScreen.storyboard in Resources */,
218-
04E5161265384A50AF357CB0 /* Inter.ttf in Resources */,
219-
A6ACA4763ABB5DDE527D162F /* PrivacyInfo.xcprivacy in Resources */,
218+
F2C22489978F46F7BE5E9563 /* Inter.ttf in Resources */,
219+
B4065D641437D7C07E99F193 /* PrivacyInfo.xcprivacy in Resources */,
220220
);
221221
runOnlyForDeploymentPostprocessing = 0;
222222
};
223223
/* End PBXResourcesBuildPhase section */
224224

225225
/* Begin PBXShellScriptBuildPhase section */
226-
007D01D417A7C088602BFE03 /* [CP] Embed Pods Frameworks */ = {
227-
isa = PBXShellScriptBuildPhase;
228-
buildActionMask = 2147483647;
229-
files = (
230-
);
231-
inputPaths = (
232-
"${PODS_ROOT}/Target Support Files/Pods-ObytesApp/Pods-ObytesApp-frameworks.sh",
233-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built/hermes.framework/hermes",
234-
);
235-
name = "[CP] Embed Pods Frameworks";
236-
outputPaths = (
237-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/hermes.framework",
238-
);
239-
runOnlyForDeploymentPostprocessing = 0;
240-
shellPath = /bin/sh;
241-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ObytesApp/Pods-ObytesApp-frameworks.sh\"\n";
242-
showEnvVarsInLog = 0;
243-
};
244226
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
245227
isa = PBXShellScriptBuildPhase;
246228
alwaysOutOfDate = 1;
@@ -278,25 +260,6 @@
278260
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
279261
showEnvVarsInLog = 0;
280262
};
281-
546E7039A1C7A0FF9C21DBD4 /* [Expo] Configure project */ = {
282-
isa = PBXShellScriptBuildPhase;
283-
alwaysOutOfDate = 1;
284-
buildActionMask = 2147483647;
285-
files = (
286-
);
287-
inputFileListPaths = (
288-
);
289-
inputPaths = (
290-
);
291-
name = "[Expo] Configure project";
292-
outputFileListPaths = (
293-
);
294-
outputPaths = (
295-
);
296-
runOnlyForDeploymentPostprocessing = 0;
297-
shellPath = /bin/sh;
298-
shellScript = "# This script configures Expo modules and generates the modules provider file.\nbash -l -c \"./Pods/Target\\ Support\\ Files/Pods-ObytesApp/expo-configure-project.sh\"\n";
299-
};
300263
800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */ = {
301264
isa = PBXShellScriptBuildPhase;
302265
buildActionMask = 2147483647;
@@ -339,6 +302,43 @@
339302
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ObytesApp/Pods-ObytesApp-resources.sh\"\n";
340303
showEnvVarsInLog = 0;
341304
};
305+
85778D7DF64CF08BD3527412 /* [CP] Embed Pods Frameworks */ = {
306+
isa = PBXShellScriptBuildPhase;
307+
buildActionMask = 2147483647;
308+
files = (
309+
);
310+
inputPaths = (
311+
"${PODS_ROOT}/Target Support Files/Pods-ObytesApp/Pods-ObytesApp-frameworks.sh",
312+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built/hermes.framework/hermes",
313+
);
314+
name = "[CP] Embed Pods Frameworks";
315+
outputPaths = (
316+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/hermes.framework",
317+
);
318+
runOnlyForDeploymentPostprocessing = 0;
319+
shellPath = /bin/sh;
320+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ObytesApp/Pods-ObytesApp-frameworks.sh\"\n";
321+
showEnvVarsInLog = 0;
322+
};
323+
BF46037BD1578BB5445491D0 /* [Expo] Configure project */ = {
324+
isa = PBXShellScriptBuildPhase;
325+
alwaysOutOfDate = 1;
326+
buildActionMask = 2147483647;
327+
files = (
328+
);
329+
inputFileListPaths = (
330+
);
331+
inputPaths = (
332+
);
333+
name = "[Expo] Configure project";
334+
outputFileListPaths = (
335+
);
336+
outputPaths = (
337+
);
338+
runOnlyForDeploymentPostprocessing = 0;
339+
shellPath = /bin/sh;
340+
shellScript = "# This script configures Expo modules and generates the modules provider file.\nbash -l -c \"./Pods/Target\\ Support\\ Files/Pods-ObytesApp/expo-configure-project.sh\"\n";
341+
};
342342
/* End PBXShellScriptBuildPhase section */
343343

344344
/* Begin PBXSourcesBuildPhase section */
@@ -349,7 +349,7 @@
349349
13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */,
350350
13B07FC11A68108700A75B9A /* main.m in Sources */,
351351
B18059E884C0ABDD17F3DC3D /* ExpoModulesProvider.swift in Sources */,
352-
6CB218A36F8A484F8B93805D /* noop-file.swift in Sources */,
352+
952D6E1E8F9D475D99885EF9 /* noop-file.swift in Sources */,
353353
);
354354
runOnlyForDeploymentPostprocessing = 0;
355355
};
@@ -380,7 +380,7 @@
380380
);
381381
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
382382
PRODUCT_BUNDLE_IDENTIFIER = com.obytes.development;
383-
PRODUCT_NAME = "ObytesApp";
383+
PRODUCT_NAME = ObytesApp;
384384
SWIFT_OBJC_BRIDGING_HEADER = "ObytesApp/ObytesApp-Bridging-Header.h";
385385
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
386386
SWIFT_VERSION = 5.0;
@@ -408,7 +408,7 @@
408408
);
409409
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE";
410410
PRODUCT_BUNDLE_IDENTIFIER = com.obytes.development;
411-
PRODUCT_NAME = "ObytesApp";
411+
PRODUCT_NAME = ObytesApp;
412412
SWIFT_OBJC_BRIDGING_HEADER = "ObytesApp/ObytesApp-Bridging-Header.h";
413413
SWIFT_VERSION = 5.0;
414414
TARGETED_DEVICE_FAMILY = "1,2";

ios/ObytesApp/Images.xcassets/SplashScreenLogo.imageset/Contents.json

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,16 @@
22
"images": [
33
{
44
"idiom": "universal",
5-
"appearances": [
6-
{
7-
"appearance": "luminosity",
8-
"value": "light"
9-
}
10-
],
115
"filename": "image.png",
126
"scale": "1x"
137
},
148
{
159
"idiom": "universal",
16-
"appearances": [
17-
{
18-
"appearance": "luminosity",
19-
"value": "light"
20-
}
21-
],
2210
"filename": "[email protected]",
2311
"scale": "2x"
2412
},
2513
{
2614
"idiom": "universal",
27-
"appearances": [
28-
{
29-
"appearance": "luminosity",
30-
"value": "light"
31-
}
32-
],
3315
"filename": "[email protected]",
3416
"scale": "3x"
3517
}

ios/ObytesApp/SplashScreen.storyboard

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@
2626
<constraint firstItem="EXPO-SplashScreen" firstAttribute="centerY" secondItem="EXPO-ContainerView" secondAttribute="centerY" id="1a145271b085b6ce89b1405a310f5b1bb7656595"/>
2727
</constraints>
2828
<color key="backgroundColor" name="SplashScreenBackground"/>
29-
<color key="backgroundColor" name="SplashScreenBackground"/>
30-
<color key="backgroundColor" name="SplashScreenBackground"/>
31-
<color key="backgroundColor" name="SplashScreenBackground"/>
32-
<color key="backgroundColor" name="SplashScreenBackground"/>
33-
<color key="backgroundColor" name="SplashScreenBackground"/>
3429
</view>
3530
</viewController>
3631
<placeholder placeholderIdentifier="IBFirstResponder" id="EXPO-PLACEHOLDER-1" userLabel="First Responder" sceneMemberID="firstResponder"/>
@@ -43,20 +38,5 @@
4338
<namedColor name="SplashScreenBackground">
4439
<color alpha="1.000" blue="0.294117647058824" green="0.235294117647059" red="0.180392156862745" customColorSpace="sRGB" colorSpace="custom"/>
4540
</namedColor>
46-
<namedColor name="SplashScreenBackground">
47-
<color alpha="1.000" blue="0.294117647058824" green="0.235294117647059" red="0.180392156862745" customColorSpace="sRGB" colorSpace="custom"/>
48-
</namedColor>
49-
<namedColor name="SplashScreenBackground">
50-
<color alpha="1.000" blue="0.294117647058824" green="0.235294117647059" red="0.180392156862745" customColorSpace="sRGB" colorSpace="custom"/>
51-
</namedColor>
52-
<namedColor name="SplashScreenBackground">
53-
<color alpha="1.000" blue="0.294117647058824" green="0.235294117647059" red="0.180392156862745" customColorSpace="sRGB" colorSpace="custom"/>
54-
</namedColor>
55-
<namedColor name="SplashScreenBackground">
56-
<color alpha="1.000" blue="0.294117647058824" green="0.235294117647059" red="0.180392156862745" customColorSpace="sRGB" colorSpace="custom"/>
57-
</namedColor>
58-
<namedColor name="SplashScreenBackground">
59-
<color alpha="1.000" blue="0.294117647058824" green="0.235294117647059" red="0.180392156862745" customColorSpace="sRGB" colorSpace="custom"/>
60-
</namedColor>
6141
</resources>
6242
</document>

0 commit comments

Comments
 (0)