Complete move to new architecture

This build completes our move to React Native's "New Architecture", meaning the UI will feel a *lot* snappier and way more responsive
This commit is contained in:
Violet Caulfield
2025-04-30 03:55:50 -05:00
parent 5754a3d236
commit b0d63d0e58
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -3,7 +3,7 @@
"version": "0.11.15",
"private": true,
"scripts": {
"init-ios": "yarn install && yarn pod:install",
"init-ios": "echo 'Please run `yarn init-ios:new-arch` to enable the new architecture'",
"init-ios:new-arch": "yarn install && yarn run pod:install:new-arch",
"reinstall": "rm -rf ./node_modules && yarn install",
"android": "react-native run-android",