Skip to content

Commit 3f3a416

Browse files
DaveyEkechrispader
andauthored
chore: upgrade example app to React Native 0.85.0-rc.0 (#264)
* chore: upgrade example app to React Native 0.85.0-rc.0 * chore: update `Podfile.lock` and iOS project --------- Co-authored-by: Christoph Pader <chris@margelo.com>
1 parent 7fd8dff commit 3f3a416

6 files changed

Lines changed: 934 additions & 1542 deletions

File tree

bun.lock

Lines changed: 171 additions & 191 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/ios/NitroSQLiteExample.xcodeproj/project.pbxproj

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,18 @@
370370
"${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios",
371371
"${PODS_CONFIGURATION_BUILD_DIR}/React-runtimeexecutor/React_runtimeexecutor.framework/Headers",
372372
"${PODS_CONFIGURATION_BUILD_DIR}/React-runtimeexecutor/React_runtimeexecutor.framework/Headers/platform/ios",
373+
"${PODS_ROOT}/ReactCommon",
374+
"${PODS_ROOT}/ReactCommon/react/nativemodule/core",
375+
"${PODS_ROOT}/React-runtimeexecutor",
376+
"${PODS_ROOT}/React-runtimeexecutor/platform/ios",
377+
"${PODS_ROOT}/ReactCommon-Samples",
378+
"${PODS_ROOT}/ReactCommon-Samples/platform/ios",
379+
"${PODS_ROOT}/React-Fabric/react/renderer/components/view/platform/cxx",
380+
"${PODS_ROOT}/React-NativeModulesApple",
381+
"${PODS_ROOT}/React-graphics",
382+
"${PODS_ROOT}/React-graphics/react/renderer/graphics/platform/ios",
383+
"${PODS_ROOT}/React-featureflags",
384+
"${PODS_ROOT}/React-renderercss",
373385
);
374386
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
375387
LD_RUNPATH_SEARCH_PATHS = (
@@ -383,13 +395,18 @@
383395
);
384396
MTL_ENABLE_DEBUG_INFO = YES;
385397
ONLY_ACTIVE_ARCH = YES;
398+
OTHER_CFLAGS = (
399+
"$(inherited)",
400+
"-DRCT_REMOVE_LEGACY_ARCH=1",
401+
);
386402
OTHER_CPLUSPLUSFLAGS = (
387403
"$(OTHER_CFLAGS)",
388404
"-DFOLLY_NO_CONFIG",
389405
"-DFOLLY_MOBILE=1",
390406
"-DFOLLY_USE_LIBCPP=1",
391407
"-DFOLLY_CFG_NO_COROUTINES=1",
392408
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
409+
"-DRCT_REMOVE_LEGACY_ARCH=1",
393410
);
394411
OTHER_LDFLAGS = (
395412
"$(inherited)",
@@ -398,6 +415,7 @@
398415
REACT_NATIVE_PATH = "${PODS_ROOT}/../../../node_modules/react-native";
399416
SDKROOT = iphoneos;
400417
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
418+
SWIFT_ENABLE_EXPLICIT_MODULES = NO;
401419
USE_HERMES = true;
402420
};
403421
name = Debug;
@@ -456,6 +474,18 @@
456474
"${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios",
457475
"${PODS_CONFIGURATION_BUILD_DIR}/React-runtimeexecutor/React_runtimeexecutor.framework/Headers",
458476
"${PODS_CONFIGURATION_BUILD_DIR}/React-runtimeexecutor/React_runtimeexecutor.framework/Headers/platform/ios",
477+
"${PODS_ROOT}/ReactCommon",
478+
"${PODS_ROOT}/ReactCommon/react/nativemodule/core",
479+
"${PODS_ROOT}/React-runtimeexecutor",
480+
"${PODS_ROOT}/React-runtimeexecutor/platform/ios",
481+
"${PODS_ROOT}/ReactCommon-Samples",
482+
"${PODS_ROOT}/ReactCommon-Samples/platform/ios",
483+
"${PODS_ROOT}/React-Fabric/react/renderer/components/view/platform/cxx",
484+
"${PODS_ROOT}/React-NativeModulesApple",
485+
"${PODS_ROOT}/React-graphics",
486+
"${PODS_ROOT}/React-graphics/react/renderer/graphics/platform/ios",
487+
"${PODS_ROOT}/React-featureflags",
488+
"${PODS_ROOT}/React-renderercss",
459489
);
460490
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
461491
LD_RUNPATH_SEARCH_PATHS = (
@@ -468,20 +498,26 @@
468498
"\"$(inherited)\"",
469499
);
470500
MTL_ENABLE_DEBUG_INFO = NO;
501+
OTHER_CFLAGS = (
502+
"$(inherited)",
503+
"-DRCT_REMOVE_LEGACY_ARCH=1",
504+
);
471505
OTHER_CPLUSPLUSFLAGS = (
472506
"$(OTHER_CFLAGS)",
473507
"-DFOLLY_NO_CONFIG",
474508
"-DFOLLY_MOBILE=1",
475509
"-DFOLLY_USE_LIBCPP=1",
476510
"-DFOLLY_CFG_NO_COROUTINES=1",
477511
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
512+
"-DRCT_REMOVE_LEGACY_ARCH=1",
478513
);
479514
OTHER_LDFLAGS = (
480515
"$(inherited)",
481516
" ",
482517
);
483518
REACT_NATIVE_PATH = "${PODS_ROOT}/../../../node_modules/react-native";
484519
SDKROOT = iphoneos;
520+
SWIFT_ENABLE_EXPLICIT_MODULES = NO;
485521
USE_HERMES = true;
486522
VALIDATE_PRODUCT = YES;
487523
};

0 commit comments

Comments
 (0)