package.json to install to new arch

This commit is contained in:
Violet Caulfield
2025-02-02 20:53:32 -06:00
parent c12e1f67f8
commit db44c90a4d

View File

@@ -8,7 +8,7 @@
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"pod:install": "cd ios && RCT_NEW_ARCH_ENABLED=0 pod install",
"pod:install": "cd ios && RCT_NEW_ARCH_ENABLED=1 pod install",
"pod:clean": "cd ios && pod deintegrate"
},
"dependencies": {