diff options
author | Hailey <me@haileyok.com> | 2024-09-15 12:11:55 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-15 12:11:55 -0700 |
commit | 55da2704d88f6e0de5ba946a734b84a697efb4d0 (patch) | |
tree | 6209b3713aa78d6e24efccba6e80c1bf4a83aedf | |
parent | 2a344d8f12497aa80147ece3490743ca32455d2a (diff) | |
download | voidsky-55da2704d88f6e0de5ba946a734b84a697efb4d0.tar.zst |
[UITextView] Add background color support to iOS selectable text (#5335)
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 9f7a32705..fc9358408 100644 --- a/package.json +++ b/package.json @@ -190,7 +190,7 @@ "react-native-safe-area-context": "4.10.1", "react-native-screens": "~3.31.1", "react-native-svg": "^15.3.0", - "react-native-uitextview": "^1.1.7", + "react-native-uitextview": "^1.3.0", "react-native-url-polyfill": "^1.3.0", "react-native-uuid": "^2.0.2", "react-native-view-shot": "^3.8.0", diff --git a/yarn.lock b/yarn.lock index 2eb2258b2..8963f0920 100644 --- a/yarn.lock +++ b/yarn.lock @@ -19120,10 +19120,10 @@ react-native-svg@^15.3.0: css-select "^5.1.0" css-tree "^1.1.3" -react-native-uitextview@^1.1.7: - version "1.1.7" - resolved "https://registry.yarnpkg.com/react-native-uitextview/-/react-native-uitextview-1.1.7.tgz#ee60ca279b0f4d081451f0df707b0ceac4580de1" - integrity sha512-7NaeizflafRvdsuomR6F4UxGV3XY8ilgntX0npLkE3YyH0YJTikBAHunrRWEPtj1vjybYN2DuThMYRELcVqyuA== +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-url-polyfill@^1.3.0: version "1.3.0" |