Skip to content

Commit 2f36076

Browse files
authored
fix: upgrade react native version in sample apps to 0.73.10 (#2728)
1 parent 97762b5 commit 2f36076

File tree

4 files changed

+244
-22
lines changed

4 files changed

+244
-22
lines changed

examples/SampleApp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@react-navigation/native": "^6.1.17",
3636
"@react-navigation/stack": "^6.4.0",
3737
"react": "18.2.0",
38-
"react-native": "^0.73.0",
38+
"react-native": "^0.73.10",
3939
"react-native-audio-recorder-player": "^3.6.7",
4040
"react-native-blob-util": "^0.19.9",
4141
"react-native-document-picker": "^9.3.0",

examples/SampleApp/yarn.lock

Lines changed: 222 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1610,6 +1610,15 @@
16101610
chalk "^4.1.2"
16111611
execa "^5.0.0"
16121612

1613+
"@react-native-community/[email protected]":
1614+
version "12.3.7"
1615+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-12.3.7.tgz#303ddf1c930918a8bdc4cc58fe0ac2dd05603cd5"
1616+
integrity sha512-BCYW77QqyxfhiMEBOoHyciJRNV6Rhz1RvclReIKnCA9wAwmoJBeu4Mu+AwiECA2bUITX16fvPt3NwDsSd1jwfQ==
1617+
dependencies:
1618+
"@react-native-community/cli-tools" "12.3.7"
1619+
chalk "^4.1.2"
1620+
execa "^5.0.0"
1621+
16131622
"@react-native-community/[email protected]":
16141623
version "12.3.6"
16151624
resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-12.3.6.tgz#5f0be68270217908a739c32e3155a0e354773251"
@@ -1622,13 +1631,32 @@
16221631
glob "^7.1.3"
16231632
joi "^17.2.1"
16241633

1634+
"@react-native-community/[email protected]":
1635+
version "12.3.7"
1636+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-12.3.7.tgz#feb8b93e8ccd6116ac1df0f1d8a0f06872388e51"
1637+
integrity sha512-IU2UhO9yj1rEBNhHWGzIXpPDzha4hizLP/PUOrhR4BUf6RVPUWEp+e1PXNGR0qjIf6esu7OC7t6mLOhH0NUJEw==
1638+
dependencies:
1639+
"@react-native-community/cli-tools" "12.3.7"
1640+
chalk "^4.1.2"
1641+
cosmiconfig "^5.1.0"
1642+
deepmerge "^4.3.0"
1643+
glob "^7.1.3"
1644+
joi "^17.2.1"
1645+
16251646
"@react-native-community/[email protected]":
16261647
version "12.3.6"
16271648
resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-12.3.6.tgz#418027a1ae76850079684d309a732eb378c7f690"
16281649
integrity sha512-SjUKKsx5FmcK9G6Pb6UBFT0s9JexVStK5WInmANw75Hm7YokVvHEgtprQDz2Uvy5znX5g2ujzrkIU//T15KQzA==
16291650
dependencies:
16301651
serve-static "^1.13.1"
16311652

1653+
"@react-native-community/[email protected]":
1654+
version "12.3.7"
1655+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-12.3.7.tgz#522aa11c7b4ff4a2ec86492fabee0366d5428b4c"
1656+
integrity sha512-UHUFrRdcjWSCdWG9KIp2QjuRIahBQnb9epnQI7JCq6NFbFHYfEI4rI7msjMn+gG8/tSwKTV2PTPuPmZ5wWlE7Q==
1657+
dependencies:
1658+
serve-static "^1.13.1"
1659+
16321660
"@react-native-community/[email protected]":
16331661
version "12.3.6"
16341662
resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-12.3.6.tgz#f68b51bbc6554ff4837269d98e9e405044e6f1b9"
@@ -1651,6 +1679,28 @@
16511679
wcwidth "^1.0.1"
16521680
yaml "^2.2.1"
16531681

1682+
"@react-native-community/[email protected]":
1683+
version "12.3.7"
1684+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-12.3.7.tgz#31e4784182d6bbfe62f2e728dca87ee23efe0564"
1685+
integrity sha512-gCamZztRoAyhciuQPqdz4Xe4t3gOdNsaADNd+rva+Rx8W2PoPeNv60i7/et06wlsn6B6Sh0/hMiAftJbiHDFkg==
1686+
dependencies:
1687+
"@react-native-community/cli-config" "12.3.7"
1688+
"@react-native-community/cli-platform-android" "12.3.7"
1689+
"@react-native-community/cli-platform-ios" "12.3.7"
1690+
"@react-native-community/cli-tools" "12.3.7"
1691+
chalk "^4.1.2"
1692+
command-exists "^1.2.8"
1693+
deepmerge "^4.3.0"
1694+
envinfo "^7.10.0"
1695+
execa "^5.0.0"
1696+
hermes-profile-transformer "^0.0.6"
1697+
node-stream-zip "^1.9.1"
1698+
ora "^5.4.1"
1699+
semver "^7.5.2"
1700+
strip-ansi "^5.2.0"
1701+
wcwidth "^1.0.1"
1702+
yaml "^2.2.1"
1703+
16541704
"@react-native-community/[email protected]":
16551705
version "12.3.6"
16561706
resolved "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-12.3.6.tgz#5ac2c9ee26c69e1ce6b5047ba0f399984a6dea16"
@@ -1661,6 +1711,16 @@
16611711
chalk "^4.1.2"
16621712
hermes-profile-transformer "^0.0.6"
16631713

1714+
"@react-native-community/[email protected]":
1715+
version "12.3.7"
1716+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-12.3.7.tgz#4a284e0091469f6cce8caad2fefcf6b45c0cf229"
1717+
integrity sha512-ezzeiSKjRXK2+i1AAe7NhhN9CEHrgtRmTn2MAdBpE++N8fH5EQZgxFcGgGdwGvns2fm9ivyyeVnI5eAYwvM+jg==
1718+
dependencies:
1719+
"@react-native-community/cli-platform-android" "12.3.7"
1720+
"@react-native-community/cli-tools" "12.3.7"
1721+
chalk "^4.1.2"
1722+
hermes-profile-transformer "^0.0.6"
1723+
16641724
"@react-native-community/[email protected]":
16651725
version "12.3.6"
16661726
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-12.3.6.tgz#e1103692c659ff0b72ee6f00b7c72578db7376ec"
@@ -1673,6 +1733,18 @@
16731733
glob "^7.1.3"
16741734
logkitty "^0.7.1"
16751735

1736+
"@react-native-community/[email protected]":
1737+
version "12.3.7"
1738+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-12.3.7.tgz#4826f5126f950e29d7ef1ac779c4eed56d251f98"
1739+
integrity sha512-mOltF3cpjNdJb3WSFwEHc1GH4ibCcnOvQ34OdWyblKy9ijuvG5SjNTlYR/UW/CURaDi3OUKAhxQMTY5d27bzGQ==
1740+
dependencies:
1741+
"@react-native-community/cli-tools" "12.3.7"
1742+
chalk "^4.1.2"
1743+
execa "^5.0.0"
1744+
fast-xml-parser "^4.2.4"
1745+
glob "^7.1.3"
1746+
logkitty "^0.7.1"
1747+
16761748
"@react-native-community/[email protected]":
16771749
version "12.3.6"
16781750
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-12.3.6.tgz#e7decb5ee764f5fdc7a6ad1ba5e15de8929d54a5"
@@ -1685,11 +1757,28 @@
16851757
glob "^7.1.3"
16861758
ora "^5.4.1"
16871759

1760+
"@react-native-community/[email protected]":
1761+
version "12.3.7"
1762+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-12.3.7.tgz#ef90e5c4d9ff5f15071b18179b17cf16699a70e5"
1763+
integrity sha512-2WnVsMH4ORZIhBm/5nCms1NeeKG4KarNC7PMLmrXWXB/bibDcaNsjrJiqnmCUcpTEvTQTokRfoO7Aj6NM0Cqow==
1764+
dependencies:
1765+
"@react-native-community/cli-tools" "12.3.7"
1766+
chalk "^4.1.2"
1767+
execa "^5.0.0"
1768+
fast-xml-parser "^4.0.12"
1769+
glob "^7.1.3"
1770+
ora "^5.4.1"
1771+
16881772
"@react-native-community/[email protected]":
16891773
version "12.3.6"
16901774
resolved "https://registry.yarnpkg.com/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-12.3.6.tgz#ae62de18e998478db60a3fe10dc746162c272dbd"
16911775
integrity sha512-3jxSBQt4fkS+KtHCPSyB5auIT+KKIrPCv9Dk14FbvOaEh9erUWEm/5PZWmtboW1z7CYeNbFMeXm9fM2xwtVOpg==
16921776

1777+
"@react-native-community/[email protected]":
1778+
version "12.3.7"
1779+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-12.3.7.tgz#f9be724721a52d800a20f641a2241a7b4e6a9477"
1780+
integrity sha512-ahEw0Vfnv2Nv/jdZ2QDuGjQ9l2SczO4lXjb3ubu5vEYNLyTw3jYsLMK6iES7YQ/ApQmKdG476HU1O9uZdpaYPg==
1781+
16931782
"@react-native-community/[email protected]":
16941783
version "12.3.6"
16951784
resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-12.3.6.tgz#cd78122954a02d22c7821c365938635b51ddd1bd"
@@ -1705,6 +1794,21 @@
17051794
serve-static "^1.13.1"
17061795
ws "^7.5.1"
17071796

1797+
"@react-native-community/[email protected]":
1798+
version "12.3.7"
1799+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-12.3.7.tgz#81e2a067c120391242740598010abb8d5d36a739"
1800+
integrity sha512-LYETs3CCjrLn1ZU0kYv44TywiIl5IPFHZGeXhAh2TtgOk4mo3kvXxECDil9CdO3bmDra6qyiG61KHvzr8IrHdg==
1801+
dependencies:
1802+
"@react-native-community/cli-debugger-ui" "12.3.7"
1803+
"@react-native-community/cli-tools" "12.3.7"
1804+
compression "^1.7.1"
1805+
connect "^3.6.5"
1806+
errorhandler "^1.5.1"
1807+
nocache "^3.0.1"
1808+
pretty-format "^26.6.2"
1809+
serve-static "^1.13.1"
1810+
ws "^7.5.1"
1811+
17081812
"@react-native-community/[email protected]":
17091813
version "12.3.6"
17101814
resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-12.3.6.tgz#c39965982347635dfaf1daa7b3c0133b3bd45e64"
@@ -1721,13 +1825,36 @@
17211825
shell-quote "^1.7.3"
17221826
sudo-prompt "^9.0.0"
17231827

1828+
"@react-native-community/[email protected]":
1829+
version "12.3.7"
1830+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-12.3.7.tgz#65cf1c81d13662a1b0396c753e6ff916e3e92083"
1831+
integrity sha512-7NL/1/i+wzd4fBr/FSr3ypR05tiU/Kv9l/M1sL1c6jfcDtWXAL90R161gQkQFK7shIQ8Idp0dQX1rq49tSyfQw==
1832+
dependencies:
1833+
appdirsjs "^1.2.4"
1834+
chalk "^4.1.2"
1835+
find-up "^5.0.0"
1836+
mime "^2.4.1"
1837+
node-fetch "^2.6.0"
1838+
open "^6.2.0"
1839+
ora "^5.4.1"
1840+
semver "^7.5.2"
1841+
shell-quote "^1.7.3"
1842+
sudo-prompt "^9.0.0"
1843+
17241844
"@react-native-community/[email protected]":
17251845
version "12.3.6"
17261846
resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-12.3.6.tgz#239de348800fe1ffba3eb1fe0edbeb9306981e57"
17271847
integrity sha512-xPqTgcUtZowQ8WKOkI9TLGBwH2bGggOC4d2FFaIRST3gTcjrEeGRNeR5aXCzJFIgItIft8sd7p2oKEdy90+01Q==
17281848
dependencies:
17291849
joi "^17.2.1"
17301850

1851+
"@react-native-community/[email protected]":
1852+
version "12.3.7"
1853+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-12.3.7.tgz#6f55becdc41bb5ebf1a8f6fd27ad0d198831169d"
1854+
integrity sha512-NFtUMyIrNfi3A5C1cjVKDVvYHvvOF7MnOMwdD8jm2NQKewQJrehKBh1eMuykKdqhWyZmuemD4KKhL8f4FxgG0w==
1855+
dependencies:
1856+
joi "^17.2.1"
1857+
17311858
"@react-native-community/[email protected]":
17321859
version "12.3.6"
17331860
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-12.3.6.tgz#7a323b78725b959bb8a31cca1145918263ff3c8d"
@@ -1752,6 +1879,30 @@
17521879
prompts "^2.4.2"
17531880
semver "^7.5.2"
17541881

1882+
"@react-native-community/[email protected]":
1883+
version "12.3.7"
1884+
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-12.3.7.tgz#8f53ec9310367a0204d859005e9cd137f9888382"
1885+
integrity sha512-7+mOhk+3+X3BjSJZZvYrDJynA00gPYTlvT28ZjiLlbuVGfqfNiBKaxuF7rty+gjjpch4iKGvLhIhSN5cuOsdHQ==
1886+
dependencies:
1887+
"@react-native-community/cli-clean" "12.3.7"
1888+
"@react-native-community/cli-config" "12.3.7"
1889+
"@react-native-community/cli-debugger-ui" "12.3.7"
1890+
"@react-native-community/cli-doctor" "12.3.7"
1891+
"@react-native-community/cli-hermes" "12.3.7"
1892+
"@react-native-community/cli-plugin-metro" "12.3.7"
1893+
"@react-native-community/cli-server-api" "12.3.7"
1894+
"@react-native-community/cli-tools" "12.3.7"
1895+
"@react-native-community/cli-types" "12.3.7"
1896+
chalk "^4.1.2"
1897+
commander "^9.4.1"
1898+
deepmerge "^4.3.0"
1899+
execa "^5.0.0"
1900+
find-up "^4.1.0"
1901+
fs-extra "^8.1.0"
1902+
graceful-fs "^4.1.3"
1903+
prompts "^2.4.2"
1904+
semver "^7.5.2"
1905+
17551906
"@react-native-community/netinfo@^11.3.2":
17561907
version "11.3.2"
17571908
resolved "https://registry.yarnpkg.com/@react-native-community/netinfo/-/netinfo-11.3.2.tgz#e63201d0b87ad42d086d1003be48ae7b327f0594"
@@ -1860,6 +2011,23 @@
18602011
node-fetch "^2.2.0"
18612012
readline "^1.3.0"
18622013

2014+
"@react-native/[email protected]":
2015+
version "0.73.18"
2016+
resolved "https://registry.yarnpkg.com/@react-native/community-cli-plugin/-/community-cli-plugin-0.73.18.tgz#ba2a0933fad574684534eea29f1c5d2cab494854"
2017+
integrity sha512-RN8piDh/eF+QT6YYmrj3Zd9uiaDsRY/kMT0FYR42j8/M/boE4hs4Xn0u91XzT8CAkU9q/ilyo3wJsXIJo2teww==
2018+
dependencies:
2019+
"@react-native-community/cli-server-api" "12.3.7"
2020+
"@react-native-community/cli-tools" "12.3.7"
2021+
"@react-native/dev-middleware" "0.73.8"
2022+
"@react-native/metro-babel-transformer" "0.73.15"
2023+
chalk "^4.0.0"
2024+
execa "^5.1.1"
2025+
metro "^0.80.3"
2026+
metro-config "^0.80.3"
2027+
metro-core "^0.80.3"
2028+
node-fetch "^2.2.0"
2029+
readline "^1.3.0"
2030+
18632031
"@react-native/[email protected]":
18642032
version "0.73.3"
18652033
resolved "https://registry.yarnpkg.com/@react-native/debugger-frontend/-/debugger-frontend-0.73.3.tgz#033757614d2ada994c68a1deae78c1dd2ad33c2b"
@@ -1911,6 +2079,11 @@
19112079
resolved "https://registry.yarnpkg.com/@react-native/gradle-plugin/-/gradle-plugin-0.73.4.tgz#aa55784a8c2b471aa89934db38c090d331baf23b"
19122080
integrity sha512-PMDnbsZa+tD55Ug+W8CfqXiGoGneSSyrBZCMb5JfiB3AFST3Uj5e6lw8SgI/B6SKZF7lG0BhZ6YHZsRZ5MlXmg==
19132081

2082+
"@react-native/[email protected]":
2083+
version "0.73.5"
2084+
resolved "https://registry.yarnpkg.com/@react-native/gradle-plugin/-/gradle-plugin-0.73.5.tgz#900126b4e5737eaac22a0fddb2fc5b4cc20da41c"
2085+
integrity sha512-Orrn8J/kqzEuXudl96XcZk84ZcdIpn1ojjwGSuaSQSXNcCYbOXyt0RwtW5kjCqjgSzGnOMsJNZc5FDXHVq/WzA==
2086+
19142087
"@react-native/[email protected]":
19152088
version "0.73.1"
19162089
resolved "https://registry.yarnpkg.com/@react-native/js-polyfills/-/js-polyfills-0.73.1.tgz#730b0a7aaab947ae6f8e5aa9d995e788977191ed"
@@ -6376,7 +6549,7 @@ react-native-video@^6.4.2:
63766549
resolved "https://registry.yarnpkg.com/react-native-video/-/react-native-video-6.4.2.tgz#f1d8e7594d36aa513ba21aa86bcd6e11c2716915"
63776550
integrity sha512-8/8AVnamWJU80ZTWFFrLtpzfJeonSM8C8C8YycWAnjzro+FpJqpnQFFheVU2l2BSrnRTGA3eT2p4euXc+SByMw==
63786551

6379-
react-native@*, react-native@^0.73.0:
6552+
react-native@*:
63806553
version "0.73.5"
63816554
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.73.5.tgz#724fd1ae8ec8fee1dcf619c82bdd1695d3cff463"
63826555
integrity sha512-iHgDArmF4CrhL0qTj+Rn+CBN5pZWUL9lUGl8ub+V9Hwu/vnzQQh8rTMVSwVd2sV6N76KjpE5a4TfIAHkpIHhKg==
@@ -6420,6 +6593,50 @@ react-native@*, react-native@^0.73.0:
64206593
ws "^6.2.2"
64216594
yargs "^17.6.2"
64226595

6596+
react-native@^0.73.10:
6597+
version "0.73.10"
6598+
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.73.10.tgz#d1768cd70de084c3eb9dd6a6452b75b41100738e"
6599+
integrity sha512-ucr9GO6iAUi3A1KZ7DjxLtS91QqTw2gJdKwvz5wNK4DCVF3neJyNUPs7fgpGngYtBsio4PaefVOXyrWAklTBXA==
6600+
dependencies:
6601+
"@jest/create-cache-key-function" "^29.6.3"
6602+
"@react-native-community/cli" "12.3.7"
6603+
"@react-native-community/cli-platform-android" "12.3.7"
6604+
"@react-native-community/cli-platform-ios" "12.3.7"
6605+
"@react-native/assets-registry" "0.73.1"
6606+
"@react-native/codegen" "0.73.3"
6607+
"@react-native/community-cli-plugin" "0.73.18"
6608+
"@react-native/gradle-plugin" "0.73.5"
6609+
"@react-native/js-polyfills" "0.73.1"
6610+
"@react-native/normalize-colors" "0.73.2"
6611+
"@react-native/virtualized-lists" "0.73.4"
6612+
abort-controller "^3.0.0"
6613+
anser "^1.4.9"
6614+
ansi-regex "^5.0.0"
6615+
base64-js "^1.5.1"
6616+
chalk "^4.0.0"
6617+
deprecated-react-native-prop-types "^5.0.0"
6618+
event-target-shim "^5.0.1"
6619+
flow-enums-runtime "^0.0.6"
6620+
invariant "^2.2.4"
6621+
jest-environment-node "^29.6.3"
6622+
jsc-android "^250231.0.0"
6623+
memoize-one "^5.0.0"
6624+
metro-runtime "^0.80.3"
6625+
metro-source-map "^0.80.3"
6626+
mkdirp "^0.5.1"
6627+
nullthrows "^1.1.1"
6628+
pretty-format "^26.5.2"
6629+
promise "^8.3.0"
6630+
react-devtools-core "^4.27.7"
6631+
react-refresh "^0.14.0"
6632+
react-shallow-renderer "^16.15.0"
6633+
regenerator-runtime "^0.13.2"
6634+
scheduler "0.24.0-canary-efb381bbf-20230505"
6635+
stacktrace-parser "^0.1.10"
6636+
whatwg-fetch "^3.0.0"
6637+
ws "^6.2.2"
6638+
yargs "^17.6.2"
6639+
64236640
react-refresh@^0.14.0:
64246641
version "0.14.0"
64256642
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.14.0.tgz#4e02825378a5f227079554d4284889354e5f553e"
@@ -6936,10 +7153,10 @@ statuses@~1.5.0:
69367153
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
69377154
integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
69387155

6939-
6940-
version "5.39.4"
6941-
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.39.4.tgz#39db32070ccf95aa32ceb2fec96f777c27f0a8d2"
6942-
integrity sha512-XKrPnIKVVOz9mi4/oVkMX8zD8JnqDIxjiqhYZelT4Hb2qMrhvpmCmxq60Fz++JZf7lFgtnoAx+oec1ns4g0VWg==
7156+
7157+
version "5.39.5"
7158+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.39.5.tgz#8a2f587404bc84f1761e180602358a60b46f724b"
7159+
integrity sha512-H0wSnF7PgwepvozXRZs5K9TR9A3mOKMc6hyV+sLtLKW13rqyN11dSuSKorOYzCCkrnasYi+2sXM1dd7Orunbww==
69437160
dependencies:
69447161
"@gorhom/bottom-sheet" "^4.6.4"
69457162
dayjs "1.10.5"

examples/TypeScriptMessaging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@react-navigation/native": "^6.1.17",
2020
"@react-navigation/stack": "^6.4.0",
2121
"react": "18.2.0",
22-
"react-native": "^0.73.6",
22+
"react-native": "^0.73.10",
2323
"react-native-audio-recorder-player": "3.6.6",
2424
"react-native-blob-util": "^0.19.9",
2525
"react-native-document-picker": "^9.3.0",

0 commit comments

Comments
 (0)