Skip to content

Commit 3f43a63

Browse files
authored
Merge pull request #306 from obytes/styling-fixes
Styling fixes
2 parents 0afd99b + 090f310 commit 3f43a63

File tree

9 files changed

+254
-174
lines changed

9 files changed

+254
-174
lines changed

ios/ObytesApp.xcodeproj/project.pbxproj

+57-49
Original file line numberDiff line numberDiff line change
@@ -11,29 +11,29 @@
1111
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
1212
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
1313
3E461D99554A48A4959DE609 /* SplashScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */; };
14-
4737D5E3A3CA48A19FD13D9E /* Inter.ttf in Resources */ = {isa = PBXBuildFile; fileRef = F6542FF9237A4BC9BB247377 /* Inter.ttf */; };
15-
86275658D25A4D2AA1083E5E /* noop-file.swift in Sources */ = {isa = PBXBuildFile; fileRef = 055F26355A6444F5BA123175 /* noop-file.swift */; };
1614
96905EF65AED1B983A6B3ABC /* libPods-ObytesApp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 58EEBF8E8E6FB1BC6CAF49B5 /* libPods-ObytesApp.a */; };
1715
B18059E884C0ABDD17F3DC3D /* ExpoModulesProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAC715A2D49A985799AEE119 /* ExpoModulesProvider.swift */; };
1816
BB2F792D24A3F905000567C9 /* Expo.plist in Resources */ = {isa = PBXBuildFile; fileRef = BB2F792C24A3F905000567C9 /* Expo.plist */; };
17+
BF64D483A0434C4B9679E47F /* noop-file.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55109B2F3CA940249500966E /* noop-file.swift */; };
18+
DCDC96FF29D04CD5908828F6 /* Inter.ttf in Resources */ = {isa = PBXBuildFile; fileRef = E028D8B3EEC0472EB8FA4365 /* Inter.ttf */; };
1919
/* End PBXBuildFile section */
2020

2121
/* Begin PBXFileReference section */
22-
055F26355A6444F5BA123175 /* 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>"; };
22+
12935F644DE948A2BC7A4EA8 /* 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>"; };
2323
13B07F961A680F5B00A75B9A /* ObytesApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ObytesApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
2424
13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = ObytesApp/AppDelegate.h; sourceTree = "<group>"; };
2525
13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = ObytesApp/AppDelegate.mm; sourceTree = "<group>"; };
2626
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = ObytesApp/Images.xcassets; sourceTree = "<group>"; };
2727
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = ObytesApp/Info.plist; sourceTree = "<group>"; };
2828
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = ObytesApp/main.m; sourceTree = "<group>"; };
29-
3B54AAF413124180B31A1706 /* 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>"; };
29+
55109B2F3CA940249500966E /* 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>"; };
3030
58EEBF8E8E6FB1BC6CAF49B5 /* libPods-ObytesApp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ObytesApp.a"; sourceTree = BUILT_PRODUCTS_DIR; };
3131
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>"; };
3232
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>"; };
3333
AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = SplashScreen.storyboard; path = ObytesApp/SplashScreen.storyboard; sourceTree = "<group>"; };
3434
BB2F792C24A3F905000567C9 /* Expo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Expo.plist; sourceTree = "<group>"; };
35+
E028D8B3EEC0472EB8FA4365 /* Inter.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = undefined; includeInIndex = 0; lastKnownFileType = unknown; name = Inter.ttf; path = ../assets/fonts/Inter.ttf; sourceTree = "<group>"; };
3536
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
36-
F6542FF9237A4BC9BB247377 /* Inter.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = undefined; includeInIndex = 0; lastKnownFileType = unknown; name = Inter.ttf; path = ../assets/fonts/Inter.ttf; sourceTree = "<group>"; };
3737
FAC715A2D49A985799AEE119 /* ExpoModulesProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExpoModulesProvider.swift; path = "Pods/Target Support Files/Pods-ObytesApp/ExpoModulesProvider.swift"; sourceTree = "<group>"; };
3838
/* End PBXFileReference section */
3939

@@ -59,8 +59,8 @@
5959
13B07FB61A68108700A75B9A /* Info.plist */,
6060
13B07FB71A68108700A75B9A /* main.m */,
6161
AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */,
62-
055F26355A6444F5BA123175 /* noop-file.swift */,
63-
3B54AAF413124180B31A1706 /* ObytesApp-Bridging-Header.h */,
62+
55109B2F3CA940249500966E /* noop-file.swift */,
63+
12935F644DE948A2BC7A4EA8 /* ObytesApp-Bridging-Header.h */,
6464
);
6565
name = ObytesApp;
6666
sourceTree = "<group>";
@@ -74,6 +74,15 @@
7474
name = Frameworks;
7575
sourceTree = "<group>";
7676
};
77+
5B6AC5751DB3439F80D82DB2 /* Resources */ = {
78+
isa = PBXGroup;
79+
children = (
80+
E028D8B3EEC0472EB8FA4365 /* Inter.ttf */,
81+
);
82+
name = Resources;
83+
path = "";
84+
sourceTree = "<group>";
85+
};
7786
832341AE1AAA6A7D00B99B32 /* Libraries */ = {
7887
isa = PBXGroup;
7988
children = (
@@ -90,7 +99,7 @@
9099
2D16E6871FA4F8E400B85C8A /* Frameworks */,
91100
D65327D7A22EEC0BE12398D9 /* Pods */,
92101
D7E4C46ADA2E9064B798F356 /* ExpoModulesProviders */,
93-
A3B66ED490934E8CA7C419F6 /* Resources */,
102+
5B6AC5751DB3439F80D82DB2 /* Resources */,
94103
);
95104
indentWidth = 2;
96105
sourceTree = "<group>";
@@ -113,15 +122,6 @@
113122
name = ObytesApp;
114123
sourceTree = "<group>";
115124
};
116-
A3B66ED490934E8CA7C419F6 /* Resources */ = {
117-
isa = PBXGroup;
118-
children = (
119-
F6542FF9237A4BC9BB247377 /* Inter.ttf */,
120-
);
121-
name = Resources;
122-
path = "";
123-
sourceTree = "<group>";
124-
};
125125
BB2F792B24A3F905000567C9 /* Supporting */ = {
126126
isa = PBXGroup;
127127
children = (
@@ -156,13 +156,13 @@
156156
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "ObytesApp" */;
157157
buildPhases = (
158158
08A4A3CD28434E44B6B9DE2E /* [CP] Check Pods Manifest.lock */,
159-
E2B1F1E6EC5774A947E4AF47 /* [Expo] Configure project */,
159+
2CC57D8CD17B5819F90789F2 /* [Expo] Configure project */,
160160
13B07F871A680F5B00A75B9A /* Sources */,
161161
13B07F8C1A680F5B00A75B9A /* Frameworks */,
162162
13B07F8E1A680F5B00A75B9A /* Resources */,
163163
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
164164
800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */,
165-
B653CAF31F291B9EFA7B2A31 /* [CP] Embed Pods Frameworks */,
165+
0D0295F62536BC5DBB54E40A /* [CP] Embed Pods Frameworks */,
166166
);
167167
buildRules = (
168168
);
@@ -212,7 +212,7 @@
212212
BB2F792D24A3F905000567C9 /* Expo.plist in Resources */,
213213
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
214214
3E461D99554A48A4959DE609 /* SplashScreen.storyboard in Resources */,
215-
4737D5E3A3CA48A19FD13D9E /* Inter.ttf in Resources */,
215+
DCDC96FF29D04CD5908828F6 /* Inter.ttf in Resources */,
216216
);
217217
runOnlyForDeploymentPostprocessing = 0;
218218
};
@@ -256,31 +256,7 @@
256256
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";
257257
showEnvVarsInLog = 0;
258258
};
259-
800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */ = {
260-
isa = PBXShellScriptBuildPhase;
261-
buildActionMask = 2147483647;
262-
files = (
263-
);
264-
inputPaths = (
265-
"${PODS_ROOT}/Target Support Files/Pods-ObytesApp/Pods-ObytesApp-resources.sh",
266-
"${PODS_CONFIGURATION_BUILD_DIR}/EXConstants/EXConstants.bundle",
267-
"${PODS_CONFIGURATION_BUILD_DIR}/React-Core/RCTI18nStrings.bundle",
268-
"${PODS_CONFIGURATION_BUILD_DIR}/expo-dev-launcher/EXDevLauncher.bundle",
269-
"${PODS_CONFIGURATION_BUILD_DIR}/expo-dev-menu/EXDevMenu.bundle",
270-
);
271-
name = "[CP] Copy Pods Resources";
272-
outputPaths = (
273-
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXConstants.bundle",
274-
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/RCTI18nStrings.bundle",
275-
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXDevLauncher.bundle",
276-
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXDevMenu.bundle",
277-
);
278-
runOnlyForDeploymentPostprocessing = 0;
279-
shellPath = /bin/sh;
280-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ObytesApp/Pods-ObytesApp-resources.sh\"\n";
281-
showEnvVarsInLog = 0;
282-
};
283-
B653CAF31F291B9EFA7B2A31 /* [CP] Embed Pods Frameworks */ = {
259+
0D0295F62536BC5DBB54E40A /* [CP] Embed Pods Frameworks */ = {
284260
isa = PBXShellScriptBuildPhase;
285261
buildActionMask = 2147483647;
286262
files = (
@@ -298,7 +274,7 @@
298274
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ObytesApp/Pods-ObytesApp-frameworks.sh\"\n";
299275
showEnvVarsInLog = 0;
300276
};
301-
E2B1F1E6EC5774A947E4AF47 /* [Expo] Configure project */ = {
277+
2CC57D8CD17B5819F90789F2 /* [Expo] Configure project */ = {
302278
isa = PBXShellScriptBuildPhase;
303279
alwaysOutOfDate = 1;
304280
buildActionMask = 2147483647;
@@ -317,6 +293,38 @@
317293
shellPath = /bin/sh;
318294
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";
319295
};
296+
800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */ = {
297+
isa = PBXShellScriptBuildPhase;
298+
buildActionMask = 2147483647;
299+
files = (
300+
);
301+
inputPaths = (
302+
"${PODS_ROOT}/Target Support Files/Pods-ObytesApp/Pods-ObytesApp-resources.sh",
303+
"${PODS_CONFIGURATION_BUILD_DIR}/EXConstants/EXConstants.bundle",
304+
"${PODS_CONFIGURATION_BUILD_DIR}/EXConstants/ExpoConstants_privacy.bundle",
305+
"${PODS_CONFIGURATION_BUILD_DIR}/ExpoFileSystem/ExpoFileSystem_privacy.bundle",
306+
"${PODS_CONFIGURATION_BUILD_DIR}/ExpoLocalization/ExpoLocalization_privacy.bundle",
307+
"${PODS_CONFIGURATION_BUILD_DIR}/ExpoSystemUI/ExpoSystemUI_privacy.bundle",
308+
"${PODS_CONFIGURATION_BUILD_DIR}/React-Core/RCTI18nStrings.bundle",
309+
"${PODS_CONFIGURATION_BUILD_DIR}/expo-dev-launcher/EXDevLauncher.bundle",
310+
"${PODS_CONFIGURATION_BUILD_DIR}/expo-dev-menu/EXDevMenu.bundle",
311+
);
312+
name = "[CP] Copy Pods Resources";
313+
outputPaths = (
314+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXConstants.bundle",
315+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoConstants_privacy.bundle",
316+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoFileSystem_privacy.bundle",
317+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoLocalization_privacy.bundle",
318+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoSystemUI_privacy.bundle",
319+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/RCTI18nStrings.bundle",
320+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXDevLauncher.bundle",
321+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXDevMenu.bundle",
322+
);
323+
runOnlyForDeploymentPostprocessing = 0;
324+
shellPath = /bin/sh;
325+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ObytesApp/Pods-ObytesApp-resources.sh\"\n";
326+
showEnvVarsInLog = 0;
327+
};
320328
/* End PBXShellScriptBuildPhase section */
321329

322330
/* Begin PBXSourcesBuildPhase section */
@@ -327,7 +335,7 @@
327335
13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */,
328336
13B07FC11A68108700A75B9A /* main.m in Sources */,
329337
B18059E884C0ABDD17F3DC3D /* ExpoModulesProvider.swift in Sources */,
330-
86275658D25A4D2AA1083E5E /* noop-file.swift in Sources */,
338+
BF64D483A0434C4B9679E47F /* noop-file.swift in Sources */,
331339
);
332340
runOnlyForDeploymentPostprocessing = 0;
333341
};
@@ -358,7 +366,7 @@
358366
);
359367
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
360368
PRODUCT_BUNDLE_IDENTIFIER = com.obytes.development;
361-
PRODUCT_NAME = "ObytesApp";
369+
PRODUCT_NAME = ObytesApp;
362370
SWIFT_OBJC_BRIDGING_HEADER = "ObytesApp/ObytesApp-Bridging-Header.h";
363371
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
364372
SWIFT_VERSION = 5.0;
@@ -386,7 +394,7 @@
386394
);
387395
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE";
388396
PRODUCT_BUNDLE_IDENTIFIER = com.obytes.development;
389-
PRODUCT_NAME = "ObytesApp";
397+
PRODUCT_NAME = ObytesApp;
390398
SWIFT_OBJC_BRIDGING_HEADER = "ObytesApp/ObytesApp-Bridging-Header.h";
391399
SWIFT_VERSION = 5.0;
392400
TARGETED_DEVICE_FAMILY = "1,2";

ios/Podfile.lock

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
PODS:
22
- boost (1.83.0)
33
- DoubleConversion (1.1.6)
4-
- EXConstants (15.4.5):
4+
- EXConstants (15.4.6):
55
- ExpoModulesCore
66
- EXFont (11.10.3):
77
- ExpoModulesCore
88
- EXJSONUtils (0.12.3)
99
- EXManifests (0.13.2):
1010
- ExpoModulesCore
11-
- Expo (50.0.14):
11+
- Expo (50.0.17):
1212
- ExpoModulesCore
1313
- expo-dev-client (3.3.11):
1414
- EXManifests
@@ -77,7 +77,7 @@ PODS:
7777
- glog
7878
- RCT-Folly (= 2022.05.16.00)
7979
- React-Core
80-
- ExpoFileSystem (16.0.8):
80+
- ExpoFileSystem (16.0.9):
8181
- ExpoModulesCore
8282
- ExpoHead (3.4.8):
8383
- ExpoModulesCore
@@ -89,16 +89,16 @@ PODS:
8989
- SDWebImageWebPCoder (~> 0.13.0)
9090
- ExpoKeepAwake (12.8.2):
9191
- ExpoModulesCore
92-
- ExpoLocalization (14.8.3):
92+
- ExpoLocalization (14.8.4):
9393
- ExpoModulesCore
94-
- ExpoModulesCore (1.11.12):
94+
- ExpoModulesCore (1.11.13):
9595
- glog
9696
- RCT-Folly (= 2022.05.16.00)
9797
- React-Core
9898
- React-NativeModulesApple
9999
- React-RCTAppDelegate
100100
- ReactCommon/turbomodule/core
101-
- ExpoSystemUI (2.9.3):
101+
- ExpoSystemUI (2.9.4):
102102
- ExpoModulesCore
103103
- EXSplashScreen (0.26.4):
104104
- ExpoModulesCore
@@ -1474,22 +1474,22 @@ EXTERNAL SOURCES:
14741474
SPEC CHECKSUMS:
14751475
boost: d3f49c53809116a5d38da093a8aa78bf551aed09
14761476
DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953
1477-
EXConstants: 988aa430ca0f76b43cd46b66e7fae3287f9cc2fc
1477+
EXConstants: a5f6276e565d98f9eb4280f81241fc342d641590
14781478
EXFont: f20669cb266ef48b004f1eb1f2b20db96cd1df9f
14791479
EXJSONUtils: 5c42959e87be238b045ef37cc5268b16a6c0ad4a
14801480
EXManifests: 5e8c29f36c716af768a4ea47ec05e1b89ab93091
1481-
Expo: e01a77c6fa4bc80a6d1bb949cda1d12d21044abd
1481+
Expo: 2cdb5916749a1509cf88114f1f510bd458630eb4
14821482
expo-dev-client: 29a32387346fe7b6d2a57918fae985bc48bfe9a2
14831483
expo-dev-launcher: f45e0f751addcc5ff891e0446e4762508b9030f2
14841484
expo-dev-menu: 0e07e86ed397e431ee1171bb26caf7dc69cb494d
14851485
expo-dev-menu-interface: 7ba029c9d1a82ac22b9b584c00514860b060553e
1486-
ExpoFileSystem: eecaf6796aed0f4dd20042dc2ca2cac6c4bc1185
1486+
ExpoFileSystem: 74cc0fae916f9f044248433971dcfc8c3befd057
14871487
ExpoHead: 8224345e80abcf4c97b31c99805dd5a3c8d3404d
14881488
ExpoImage: 8cf2d51de3d03b7e984e9b0ba8f19c0c22057001
14891489
ExpoKeepAwake: 0f5cad99603a3268e50af9a6eb8b76d0d9ac956c
1490-
ExpoLocalization: f5f5d71dc0c9514d3d77b2771144f6fed6398d04
1491-
ExpoModulesCore: 61dc57c6e2a35f2f84baf488146db624e03af4cd
1492-
ExpoSystemUI: 40e222dd9d52222fe1bce389724ac52e662158dc
1490+
ExpoLocalization: f94759e55802e4a4f8b7d7cecb450de11b888721
1491+
ExpoModulesCore: 4a8928a228569301ac4fc4a1e846713e05754d05
1492+
ExpoSystemUI: 735278045c1a28de0018a300bb5abb3f9090652b
14931493
EXSplashScreen: 5538a51beec451bf1fcf5198e3062790e2534df3
14941494
EXUpdatesInterface: 3e444e2093e25b7ca0999a7d8c16e8392dee70c3
14951495
FBLazyVector: f64d1e2ea739b4d8f7e4740cde18089cd97fe864

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,18 @@
4747
"@tanstack/react-query": "^4.36.1",
4848
"app-icon-badge": "^0.0.15",
4949
"axios": "^1.6.5",
50-
"expo": "~50.0.14",
50+
"expo": "~50.0.17",
5151
"expo-build-properties": "~0.11.1",
52-
"expo-constants": "~15.4.5",
52+
"expo-constants": "~15.4.6",
5353
"expo-dev-client": "~3.3.11",
5454
"expo-font": "~11.10.3",
5555
"expo-image": "~1.10.6",
5656
"expo-linking": "~6.2.2",
57-
"expo-localization": "~14.8.3",
57+
"expo-localization": "~14.8.4",
5858
"expo-router": "~3.4.8",
5959
"expo-splash-screen": "0.26.4",
6060
"expo-status-bar": "~1.11.1",
61-
"expo-system-ui": "~2.9.3",
61+
"expo-system-ui": "~2.9.4",
6262
"i18next": "^22.5.1",
6363
"lodash.memoize": "^4.1.2",
6464
"moti": "^0.28.1",

0 commit comments

Comments
 (0)