Skip to content

Commit 20eb228

Browse files
committed
Enable new arch and camera view improvements
1 parent 63ad984 commit 20eb228

File tree

8 files changed

+107
-180
lines changed

8 files changed

+107
-180
lines changed

demos/react-native-supabase-todolist/android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64
3838
# your application. You should enable this flag either if you want
3939
# to write custom TurboModules/Fabric components OR use libraries that
4040
# are providing them.
41-
newArchEnabled=false
41+
newArchEnabled=true
4242

4343
# Use this property to enable or disable the Hermes JS engine.
4444
# If set to false, you will be using JSC instead.

demos/react-native-supabase-todolist/app.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ const config: ExpoConfig = {
5959
{
6060
ios: {
6161
deploymentTarget: '13.4',
62-
newArchEnabled: false
62+
newArchEnabled: true
6363
},
6464
android: {
6565
minSdkVersion: 23,
6666
compileSdkVersion: 34,
6767
targetSdkVersion: 34,
6868
buildToolsVersion: '34.0.0',
69-
newArchEnabled: false
69+
newArchEnabled: true
7070
}
7171
}
7272
],

demos/react-native-supabase-todolist/ios/Podfile.lock

Lines changed: 8 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PODS:
33
- DoubleConversion (1.1.6)
44
- EXConstants (16.0.2):
55
- ExpoModulesCore
6-
- Expo (51.0.34):
6+
- Expo (51.0.37):
77
- ExpoModulesCore
88
- ExpoAsset (10.0.10):
99
- ExpoModulesCore
@@ -21,7 +21,7 @@ PODS:
2121
- ExpoModulesCore
2222
- ExpoKeepAwake (13.0.2):
2323
- ExpoModulesCore
24-
- ExpoModulesCore (1.12.24):
24+
- ExpoModulesCore (1.12.25):
2525
- DoubleConversion
2626
- glog
2727
- hermes-engine
@@ -1347,51 +1347,7 @@ PODS:
13471347
- ReactCommon/turbomodule/bridging
13481348
- ReactCommon/turbomodule/core
13491349
- Yoga
1350-
- RNReanimated (3.15.4):
1351-
- DoubleConversion
1352-
- glog
1353-
- hermes-engine
1354-
- RCT-Folly (= 2024.01.01.00)
1355-
- RCTRequired
1356-
- RCTTypeSafety
1357-
- React-Codegen
1358-
- React-Core
1359-
- React-debug
1360-
- React-Fabric
1361-
- React-featureflags
1362-
- React-graphics
1363-
- React-ImageManager
1364-
- React-NativeModulesApple
1365-
- React-RCTFabric
1366-
- React-rendererdebug
1367-
- React-utils
1368-
- ReactCommon/turbomodule/bridging
1369-
- ReactCommon/turbomodule/core
1370-
- RNReanimated/reanimated (= 3.15.4)
1371-
- RNReanimated/worklets (= 3.15.4)
1372-
- Yoga
1373-
- RNReanimated/reanimated (3.15.4):
1374-
- DoubleConversion
1375-
- glog
1376-
- hermes-engine
1377-
- RCT-Folly (= 2024.01.01.00)
1378-
- RCTRequired
1379-
- RCTTypeSafety
1380-
- React-Codegen
1381-
- React-Core
1382-
- React-debug
1383-
- React-Fabric
1384-
- React-featureflags
1385-
- React-graphics
1386-
- React-ImageManager
1387-
- React-NativeModulesApple
1388-
- React-RCTFabric
1389-
- React-rendererdebug
1390-
- React-utils
1391-
- ReactCommon/turbomodule/bridging
1392-
- ReactCommon/turbomodule/core
1393-
- Yoga
1394-
- RNReanimated/worklets (3.15.4):
1350+
- RNReanimated (3.10.1):
13951351
- DoubleConversion
13961352
- glog
13971353
- hermes-engine
@@ -1457,27 +1413,6 @@ PODS:
14571413
- ReactCommon/turbomodule/bridging
14581414
- ReactCommon/turbomodule/core
14591415
- Yoga
1460-
- RNVectorIcons (10.2.0):
1461-
- DoubleConversion
1462-
- glog
1463-
- hermes-engine
1464-
- RCT-Folly (= 2024.01.01.00)
1465-
- RCTRequired
1466-
- RCTTypeSafety
1467-
- React-Codegen
1468-
- React-Core
1469-
- React-debug
1470-
- React-Fabric
1471-
- React-featureflags
1472-
- React-graphics
1473-
- React-ImageManager
1474-
- React-NativeModulesApple
1475-
- React-RCTFabric
1476-
- React-rendererdebug
1477-
- React-utils
1478-
- ReactCommon/turbomodule/bridging
1479-
- ReactCommon/turbomodule/core
1480-
- Yoga
14811416
- SocketRocket (0.7.0)
14821417
- Yoga (0.0.0)
14831418
- ZXingObjC/Core (3.6.9)
@@ -1559,9 +1494,8 @@ DEPENDENCIES:
15591494
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
15601495
- "RNCMaskedView (from `../../../node_modules/@react-native-community/masked-view`)"
15611496
- RNGestureHandler (from `../../../node_modules/react-native-gesture-handler`)
1562-
- RNReanimated (from `../node_modules/react-native-reanimated`)
1497+
- RNReanimated (from `../../../node_modules/react-native-reanimated`)
15631498
- RNScreens (from `../../../node_modules/react-native-screens`)
1564-
- RNVectorIcons (from `../../../node_modules/react-native-vector-icons`)
15651499
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
15661500

15671501
SPEC REPOS:
@@ -1713,27 +1647,25 @@ EXTERNAL SOURCES:
17131647
RNGestureHandler:
17141648
:path: "../../../node_modules/react-native-gesture-handler"
17151649
RNReanimated:
1716-
:path: "../node_modules/react-native-reanimated"
1650+
:path: "../../../node_modules/react-native-reanimated"
17171651
RNScreens:
17181652
:path: "../../../node_modules/react-native-screens"
1719-
RNVectorIcons:
1720-
:path: "../../../node_modules/react-native-vector-icons"
17211653
Yoga:
17221654
:path: "../node_modules/react-native/ReactCommon/yoga"
17231655

17241656
SPEC CHECKSUMS:
17251657
boost: d3f49c53809116a5d38da093a8aa78bf551aed09
17261658
DoubleConversion: 76ab83afb40bddeeee456813d9c04f67f78771b5
17271659
EXConstants: 409690fbfd5afea964e5e9d6c4eb2c2b59222c59
1728-
Expo: 963ef4ae102e4f4ac114a8510d70127c44adffbf
1660+
Expo: 67b60b3b80a3c8e9f3bcaaa84d06d140229a246d
17291661
ExpoAsset: 323700f291684f110fb55f0d4022a3362ea9f875
17301662
ExpoCamera: 929be541d1c1319fcf32f9f5d9df8b97804346b5
17311663
ExpoCrypto: 156078f266bf28f80ecf5e2a9c3a0d6ffce07a1c
17321664
ExpoFileSystem: 80bfe850b1f9922c16905822ecbf97acd711dc51
17331665
ExpoFont: 00756e6c796d8f7ee8d211e29c8b619e75cbf238
17341666
ExpoHead: fcb28a68ed4ba28f177394d2dfb8a0a8824cd103
17351667
ExpoKeepAwake: 3b8815d9dd1d419ee474df004021c69fdd316d08
1736-
ExpoModulesCore: a113755f96c40590671f01cfcdce8ebdf0cf5f83
1668+
ExpoModulesCore: 260ee156852434da26e782bbb993093186c5aade
17371669
ExpoSecureStore: 060cebcb956b80ddae09821610ac1aa9e1ac74cd
17381670
EXSplashScreen: 10b116117c9bb6a272ba782706f21dadc23f44d9
17391671
FBLazyVector: ac12dc084d1c8ec4cc4d7b3cf1b0ebda6dab85af
@@ -1793,9 +1725,8 @@ SPEC CHECKSUMS:
17931725
ReactCommon: f7da14a8827b72704169a48c929bcde802698361
17941726
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
17951727
RNGestureHandler: 156548e18203327173a764c6932a3f52e90cb9cd
1796-
RNReanimated: 7ee83f9cbe173965b5d2828af2ddac310ec1c5ae
1728+
RNReanimated: 58a768c2c17a5589ef732fa6bd8d7ed0eb6df1c1
17971729
RNScreens: 63fe8222c172a79f5c30dd1aefaeb369c6eb57b6
1798-
RNVectorIcons: 46a635b764a63e9a4ffedae054bca3847e0c8934
17991730
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
18001731
Yoga: 950bbfd7e6f04790fdb51149ed51df41f329fcc8
18011732
ZXingObjC: 8898711ab495761b2dbbdec76d90164a6d7e14c5

demos/react-native-supabase-todolist/ios/Podfile.properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"expo.jsEngine": "hermes",
33
"EX_DEV_CLIENT_NETWORK_INSPECTOR": "true",
44
"ios.deploymentTarget": "13.4",
5-
"newArchEnabled": "false",
5+
"newArchEnabled": "true",
66
"apple.extraPods": "[]",
77
"apple.ccacheEnabled": "false",
88
"apple.privacyManifestAggregationEnabled": "true"

0 commit comments

Comments
 (0)