From 1aa4f4130bf4d2c4f35037e9a1323f416a09809b Mon Sep 17 00:00:00 2001 From: Hailey Date: Mon, 23 Sep 2024 09:23:54 -0700 Subject: [PATCH] bump deps, adjust config --- app.config.js | 2 +- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app.config.js b/app.config.js index d8da75cb0e..567a8eb5a3 100644 --- a/app.config.js +++ b/app.config.js @@ -201,7 +201,7 @@ module.exports = function (config) { { ios: { deploymentTarget: '15.1', - newArchEnabled: false, + newArchEnabled: true, }, android: { compileSdkVersion: 34, diff --git a/package.json b/package.json index 5f5fc64479..62db655ff7 100644 --- a/package.json +++ b/package.json @@ -192,7 +192,7 @@ "react-native-safe-area-context": "^4.11.0", "react-native-screens": "~3.34.0", "react-native-svg": "^15.6.0", - "react-native-uitextview": "^1.3.0", + "react-native-uitextview": "^2.0.0-rc.0", "react-native-url-polyfill": "^1.3.0", "react-native-uuid": "^2.0.2", "react-native-view-shot": "^4.0.0-alpha.3", diff --git a/yarn.lock b/yarn.lock index 83025fcbcf..be699afc2e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -19394,10 +19394,10 @@ react-native-svg@^15.6.0: css-tree "^1.1.3" warn-once "0.1.1" -react-native-uitextview@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/react-native-uitextview/-/react-native-uitextview-1.3.0.tgz#78b24e2b790e1197c73758df30ed2bfb4b8a0c98" - integrity sha512-UXW1xIg1qeYvwBvdL8BLIkqZhbQ5TVVcHJho3vKDjOK+FW4ZLPygefcDXaCTX56ztisV4ARxJNdzblRAytFCHQ== +react-native-uitextview@^2.0.0-rc.0: + version "2.0.0-rc.0" + resolved "https://registry.yarnpkg.com/react-native-uitextview/-/react-native-uitextview-2.0.0-rc.0.tgz#fd69b7a56a1b9b9d5b3c687b11bee79f5d3e96c2" + integrity sha512-8Mt9rc/V5LEwnOvSPGvXwI68Zqzlp/wzR7ocZDNzIciFVs2WQFj7tDBHOaUeSk/7n98AqgfvhhoQX/PzfL5SYQ== react-native-url-polyfill@^1.3.0: version "1.3.0"