@brightlayer-ui/react-native-template-routing-typescript 4.0.0-alpha.0 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Changelog
2
2
 
3
- ## v4.0.0 (Unreleased)
3
+ ## v4.0.0 (July 30, 2025)
4
4
 
5
5
  ### Changed
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightlayer-ui/react-native-template-routing-typescript",
3
- "version": "4.0.0-alpha.0",
3
+ "version": "4.0.0",
4
4
  "author": "brightlayer-ui <brightlayer-ui@eaton.com>",
5
5
  "keywords": [
6
6
  "react native",
@@ -119,4 +119,3 @@ dependencies {
119
119
  }
120
120
 
121
121
  apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
122
- apply from: "../../node_modules/@brightlayer-ui/react-native-vector-icons/fonts.gradle"
@@ -1738,6 +1738,8 @@ PODS:
1738
1738
  - ReactCommon/turbomodule/core
1739
1739
  - SocketRocket
1740
1740
  - Yoga
1741
+ - react-native-vector-icons-material-design-icons (12.2.0)
1742
+ - react-native-vector-icons-material-icons (12.2.0)
1741
1743
  - React-NativeModulesApple (0.80.1):
1742
1744
  - boost
1743
1745
  - DoubleConversion
@@ -2212,7 +2214,7 @@ PODS:
2212
2214
  - React-perflogger (= 0.80.1)
2213
2215
  - React-utils (= 0.80.1)
2214
2216
  - SocketRocket
2215
- - RNBLUIVectorIcons (2.4.0):
2217
+ - RNBLUIVectorIcons (3.0.0):
2216
2218
  - React
2217
2219
  - RNGestureHandler (2.26.0):
2218
2220
  - boost
@@ -2528,6 +2530,8 @@ DEPENDENCIES:
2528
2530
  - React-Mapbuffer (from `../node_modules/react-native/ReactCommon`)
2529
2531
  - React-microtasksnativemodule (from `../node_modules/react-native/ReactCommon/react/nativemodule/microtasks`)
2530
2532
  - react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`)
2533
+ - "react-native-vector-icons-material-design-icons (from `../node_modules/@react-native-vector-icons/material-design-icons`)"
2534
+ - "react-native-vector-icons-material-icons (from `../node_modules/@react-native-vector-icons/material-icons`)"
2531
2535
  - React-NativeModulesApple (from `../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios`)
2532
2536
  - React-oscompat (from `../node_modules/react-native/ReactCommon/oscompat`)
2533
2537
  - React-perflogger (from `../node_modules/react-native/ReactCommon/reactperflogger`)
@@ -2655,6 +2659,10 @@ EXTERNAL SOURCES:
2655
2659
  :path: "../node_modules/react-native/ReactCommon/react/nativemodule/microtasks"
2656
2660
  react-native-safe-area-context:
2657
2661
  :path: "../node_modules/react-native-safe-area-context"
2662
+ react-native-vector-icons-material-design-icons:
2663
+ :path: "../node_modules/@react-native-vector-icons/material-design-icons"
2664
+ react-native-vector-icons-material-icons:
2665
+ :path: "../node_modules/@react-native-vector-icons/material-icons"
2658
2666
  React-NativeModulesApple:
2659
2667
  :path: "../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios"
2660
2668
  React-oscompat:
@@ -2772,6 +2780,8 @@ SPEC CHECKSUMS:
2772
2780
  React-Mapbuffer: 0c045c844ce6d85cde53e85ab163294c6adad349
2773
2781
  React-microtasksnativemodule: d9499269ad1f484ae71319bac1d9231447f2094e
2774
2782
  react-native-safe-area-context: 3bae4f8474c13ab141c40ed6c5c33f6177778d71
2783
+ react-native-vector-icons-material-design-icons: e406b4fc1787999a5d150c897837150543e90b9c
2784
+ react-native-vector-icons-material-icons: 02aacdc7a2aa4d22dd841eaddad080a5f967b888
2775
2785
  React-NativeModulesApple: 983f3483ef0a3446b56d490f09d579fba2442e17
2776
2786
  React-oscompat: 114036cd8f064558c9c1a0c04fc9ae5e1453706a
2777
2787
  React-perflogger: e7287fee27c16e3c8bd4d470f2361572b63be16b
@@ -2803,7 +2813,7 @@ SPEC CHECKSUMS:
2803
2813
  ReactAppDependencyProvider: afd905e84ee36e1678016ae04d7370c75ed539be
2804
2814
  ReactCodegen: f8d5fb047c4cd9d2caade972cad9edac22521362
2805
2815
  ReactCommon: 17fd88849a174bf9ce45461912291aca711410fc
2806
- RNBLUIVectorIcons: c45655a90c6b6d2777bb6443c7088a63149c4b52
2816
+ RNBLUIVectorIcons: 60165888903e319a1ef8acf2e1e3ef2a9fc1192c
2807
2817
  RNGestureHandler: eeb622199ef1fb3a076243131095df1c797072f0
2808
2818
  RNReanimated: bc1ddb7a5352648bcf0d592256069833bf935a46
2809
2819
  RNScreens: ee2abe7e0c548eed14e92742e81ed991165c56aa
@@ -58,6 +58,7 @@
58
58
  <string>Octicons.ttf</string>
59
59
  <string>SimpleLineIcons.ttf</string>
60
60
  <string>Zocial.ttf</string>
61
+ <string>BrightlayerUIIcons.ttf</string>
61
62
  </array>
62
63
  <key>UILaunchStoryboardName</key>
63
64
  <string>LaunchScreen</string>
@@ -12,38 +12,31 @@
12
12
  "test": "jest"
13
13
  },
14
14
  "dependencies": {
15
- "@brightlayer-ui/react-native-components": "^8.0.4",
16
- "@brightlayer-ui/react-native-themes": "^7.0.1",
17
- "@brightlayer-ui/react-native-vector-icons": "^2.4.0",
15
+ "@brightlayer-ui/react-native-components": "^9.0.0",
16
+ "@brightlayer-ui/react-native-themes": "^8.0.0",
17
+ "@brightlayer-ui/react-native-vector-icons": "^3.0.0",
18
+ "@react-native-vector-icons/material-design-icons": "^12.2.0",
19
+ "@react-native-vector-icons/material-icons": "^12.2.0",
20
+ "@react-native/new-app-screen": "0.80.1",
18
21
  "@react-navigation/drawer": "^7.5.2",
19
22
  "@react-navigation/native": "^7.1.14",
20
23
  "@react-navigation/stack": "^7.4.2",
24
+ "react": "19.1.0",
25
+ "react-native": "0.80.1",
21
26
  "react-native-gesture-handler": "^2.26.0",
22
27
  "react-native-paper": "^5.14.5",
23
28
  "react-native-reanimated": "^3.18.0",
24
29
  "react-native-safe-area-context": "^5.5.0",
25
30
  "react-native-screens": "^4.11.1",
26
- "react-native-vector-icons": "^10.2.0",
27
- "react": "19.1.0",
28
- "react-native": "0.80.1",
29
- "@react-native/new-app-screen": "0.80.1"
31
+ "react-native-vector-icons": "^10.2.0"
30
32
  },
31
33
  "devDependencies": {
32
- "@brightlayer-ui/eslint-config": "^4.0.0",
33
- "@brightlayer-ui/prettier-config": "^1.0.3",
34
- "@eslint/js": "^9.30.0",
35
- "@typescript-eslint/eslint-plugin": "^8.35.1",
36
- "@typescript-eslint/parser": "^8.35.1",
37
- "babel-jest": "^30.0.2",
38
- "eslint-config-prettier": "^10.1.5",
39
- "eslint-plugin-react": "^7.37.5",
40
- "eslint-plugin-react-hooks": "^5.2.0",
41
- "globals": "^16.2.0",
42
- "jest-transform-stub": "^2.0.0",
43
- "typescript-eslint": "^8.35.1",
44
34
  "@babel/core": "^7.27.7",
45
35
  "@babel/preset-env": "^7.27.2",
46
36
  "@babel/runtime": "^7.27.6",
37
+ "@brightlayer-ui/eslint-config": "^4.0.0",
38
+ "@brightlayer-ui/prettier-config": "^1.0.3",
39
+ "@eslint/js": "^9.30.0",
47
40
  "@react-native-community/cli": "19.0.0",
48
41
  "@react-native-community/cli-platform-android": "19.0.0",
49
42
  "@react-native-community/cli-platform-ios": "19.0.0",
@@ -54,11 +47,20 @@
54
47
  "@types/jest": "^30.0.0",
55
48
  "@types/react": "^19.1.8",
56
49
  "@types/react-test-renderer": "^19.1.0",
50
+ "@typescript-eslint/eslint-plugin": "^8.35.1",
51
+ "@typescript-eslint/parser": "^8.35.1",
52
+ "babel-jest": "^30.0.2",
57
53
  "eslint": "^9.30.0",
54
+ "eslint-config-prettier": "^10.1.5",
55
+ "eslint-plugin-react": "^7.37.5",
56
+ "eslint-plugin-react-hooks": "^5.2.0",
57
+ "globals": "^16.2.0",
58
58
  "jest": "^30.0.3",
59
+ "jest-transform-stub": "^2.0.0",
59
60
  "prettier": "3.6.2",
60
61
  "react-test-renderer": "19.1.0",
61
- "typescript": "5.8.3"
62
+ "typescript": "5.8.3",
63
+ "typescript-eslint": "^8.35.1"
62
64
  },
63
65
  "engines": {
64
66
  "node": ">=18"
@@ -1048,19 +1048,24 @@
1048
1048
  resolved "https://registry.yarnpkg.com/@brightlayer-ui/prettier-config/-/prettier-config-1.0.3.tgz#e40a7ae7435c6fd5118acbf249080e0aa81e93af"
1049
1049
  integrity sha512-EYm3+V7Qd+oYEF+8FadsXAZqXryEHHbGnrV1BMp9selhABjceqUqXPVE4Sn3SKWQdBNJ3En2A3EzgrzRbvRTaw==
1050
1050
 
1051
- "@brightlayer-ui/react-native-components@^8.0.4":
1052
- version "8.0.4"
1053
- resolved "https://registry.yarnpkg.com/@brightlayer-ui/react-native-components/-/react-native-components-8.0.4.tgz#96a1932289b9111b3c23777673530c01a1bcd2b6"
1054
- integrity sha512-1dZ0E6IMWNYPA2sRVrMP6WLkJJ4r58aTP1snrTLZPrhOgXJNZRIXBGHPZw5Kahl7HjFeNnytZLYUNVVfNBY2Jw==
1051
+ "@brightlayer-ui/react-native-components@^9.0.0":
1052
+ version "9.0.0"
1053
+ resolved "https://registry.yarnpkg.com/@brightlayer-ui/react-native-components/-/react-native-components-9.0.0.tgz#eb5412be3f9237e9ea92e21d25c9fe1d3ead74a2"
1054
+ integrity sha512-xQfpubAUgMDjOxKVIRjVgC0H20og2Ntx59xK84Zx1qO6P6PasECvXYl+CyqTCWlXptJ0rcBeWZzEWhjqGw7izQ==
1055
1055
  dependencies:
1056
1056
  "@brightlayer-ui/react-native-themes" "7.0.1"
1057
+ "@callstack/react-theme-provider" "^3.0.9"
1058
+ "@types/prop-types" "^15.7.15"
1059
+ "@types/react" "^19.0.0"
1060
+ "@types/react-dom" "^19.0.0"
1057
1061
  color "^4.2.3"
1058
- react-native-collapsible "^1.6.0"
1062
+ prop-types "^15.8.1"
1063
+ react-native-collapsible "^1.6.2"
1059
1064
  react-native-keyboard-aware-scroll-view "^0.9.5"
1060
- react-native-modal ">=13.0.1"
1061
- react-native-reanimated "^3.6.1"
1065
+ react-native-modal "^13.0.1"
1066
+ react-native-reanimated "^3.18.0"
1062
1067
 
1063
- "@brightlayer-ui/react-native-themes@7.0.1", "@brightlayer-ui/react-native-themes@^7.0.1":
1068
+ "@brightlayer-ui/react-native-themes@7.0.1":
1064
1069
  version "7.0.1"
1065
1070
  resolved "https://registry.yarnpkg.com/@brightlayer-ui/react-native-themes/-/react-native-themes-7.0.1.tgz#0276c5264c9d00f86fd8bcac51dfddaeb912f8d5"
1066
1071
  integrity sha512-KQTT5q1Ekq/aIoGNYyEZ3pmtTfZNiWBXw5uvvIJPGL2xVvxs3lGCZjZKC/XS+sXNH2C6s5wnzF8sjNLPCYtMLQ==
@@ -1068,10 +1073,22 @@
1068
1073
  "@brightlayer-ui/colors" "4.0.0"
1069
1074
  color "^4.2.3"
1070
1075
 
1071
- "@brightlayer-ui/react-native-vector-icons@^2.4.0":
1072
- version "2.4.0"
1073
- resolved "https://registry.yarnpkg.com/@brightlayer-ui/react-native-vector-icons/-/react-native-vector-icons-2.4.0.tgz#99236f898e423346350db1a90c731ad5644b562c"
1074
- integrity sha512-USFMjyoDGybaVux7wfeN1Kmo8h8rM3PooNEv+YTV84XkH1K+M3ASf6dQ/PSWaoCvRFb/xv0Du9FQ744wN4keog==
1076
+ "@brightlayer-ui/react-native-themes@^8.0.0":
1077
+ version "8.0.0"
1078
+ resolved "https://registry.yarnpkg.com/@brightlayer-ui/react-native-themes/-/react-native-themes-8.0.0.tgz#93b36733b5d31c780574a5340b637c8f57c1e7ba"
1079
+ integrity sha512-87j5m7/eUkSvDyF89HMxGQHtvaVNgtUdPRzLtPzDD0AkyQ4uFdCMgzHydZdGOemMw/bGdyrdcwUn46tFrWVL7w==
1080
+ dependencies:
1081
+ "@brightlayer-ui/colors" "4.0.0"
1082
+ "@callstack/react-theme-provider" "^3.0.9"
1083
+ color "^4.2.3"
1084
+ react-native-safe-area-context "5.4.1"
1085
+
1086
+ "@brightlayer-ui/react-native-vector-icons@^3.0.0":
1087
+ version "3.0.0"
1088
+ resolved "https://registry.yarnpkg.com/@brightlayer-ui/react-native-vector-icons/-/react-native-vector-icons-3.0.0.tgz#599f404caa7777bf8c403e99858e05a106a86725"
1089
+ integrity sha512-lJC81d6sn13W0rhjennuZcoHpEEDfn/EEzNuQ1z0u1hZCzlzYs2gH7moN2vrTNczyjsOBYIq1aeLKdvpceQGlg==
1090
+ dependencies:
1091
+ "@react-native-vector-icons/common" "^12.0.0"
1075
1092
 
1076
1093
  "@callstack/react-theme-provider@^3.0.9":
1077
1094
  version "3.0.9"
@@ -1761,6 +1778,22 @@
1761
1778
  prompts "^2.4.2"
1762
1779
  semver "^7.5.2"
1763
1780
 
1781
+ "@react-native-community/cli-tools@^17.0.0":
1782
+ version "17.0.0"
1783
+ resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-17.0.0.tgz#c46bae5e5ffeee7067d0e55d2ee1de128e310ac3"
1784
+ integrity sha512-mVXH7U/uXd7yizqm2iE+W4SSVc4FGYYEafAu29HihA+FHttonqdg35zVAnIX2FKbyla+TotR1ACNSgo7KFDq+w==
1785
+ dependencies:
1786
+ "@vscode/sudo-prompt" "^9.0.0"
1787
+ appdirsjs "^1.2.4"
1788
+ chalk "^4.1.2"
1789
+ execa "^5.0.0"
1790
+ find-up "^5.0.0"
1791
+ launch-editor "^2.9.1"
1792
+ mime "^2.4.1"
1793
+ ora "^5.4.1"
1794
+ prompts "^2.4.2"
1795
+ semver "^7.5.2"
1796
+
1764
1797
  "@react-native-community/cli-types@19.0.0":
1765
1798
  version "19.0.0"
1766
1799
  resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-19.0.0.tgz#fe4266eac8ce8ea58bee1a253af9a4ff3543241a"
@@ -1789,6 +1822,29 @@
1789
1822
  prompts "^2.4.2"
1790
1823
  semver "^7.5.2"
1791
1824
 
1825
+ "@react-native-vector-icons/common@^12.0.0", "@react-native-vector-icons/common@^12.2.0":
1826
+ version "12.2.0"
1827
+ resolved "https://registry.yarnpkg.com/@react-native-vector-icons/common/-/common-12.2.0.tgz#9d42cddd6dc87ba1f7daf7386150034b0ed8caa7"
1828
+ integrity sha512-FGVwBwuio2A9N9sJckXeTwp/oe20hCMe/Zul+b1ql3WkhUJpdJWVbpWKp8ikpHLRRstwuUqkeM5eY74f0zNn1A==
1829
+ dependencies:
1830
+ "@react-native-community/cli-tools" "^17.0.0"
1831
+ picocolors "^1.1.1"
1832
+ plist "^3.1.0"
1833
+
1834
+ "@react-native-vector-icons/material-design-icons@^12.2.0":
1835
+ version "12.2.0"
1836
+ resolved "https://registry.yarnpkg.com/@react-native-vector-icons/material-design-icons/-/material-design-icons-12.2.0.tgz#e606320ae031c56cee231f515d3b1f0334a06b42"
1837
+ integrity sha512-XFGkuTLATGMH5RtcbuiJ18mMFKsge5PZjiS+cs+/KwFCWMMznRiQkZlycIVOx52V1WFE+L6oBv3Z6r+L6HHekA==
1838
+ dependencies:
1839
+ "@react-native-vector-icons/common" "^12.2.0"
1840
+
1841
+ "@react-native-vector-icons/material-icons@^12.2.0":
1842
+ version "12.2.0"
1843
+ resolved "https://registry.yarnpkg.com/@react-native-vector-icons/material-icons/-/material-icons-12.2.0.tgz#53838fe85fc45f139ae7eaf352c184e6d8fddc10"
1844
+ integrity sha512-ZOG1sryGmbZ0s/TBHQ28dMpdTKZ/RR/rhkuXgvMRjiX+vlvV91FmySH5P7NM0zcvqK6BEgONLRtRDaL7zz4xRw==
1845
+ dependencies:
1846
+ "@react-native-vector-icons/common" "^12.2.0"
1847
+
1792
1848
  "@react-native/assets-registry@0.80.1":
1793
1849
  version "0.80.1"
1794
1850
  resolved "https://registry.yarnpkg.com/@react-native/assets-registry/-/assets-registry-0.80.1.tgz#f692115d706e2b9b1847fca81ad8c2bbec67f6ef"
@@ -2178,6 +2234,16 @@
2178
2234
  dependencies:
2179
2235
  undici-types "~7.8.0"
2180
2236
 
2237
+ "@types/prop-types@^15.7.15":
2238
+ version "15.7.15"
2239
+ resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.15.tgz#e6e5a86d602beaca71ce5163fadf5f95d70931c7"
2240
+ integrity sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==
2241
+
2242
+ "@types/react-dom@^19.0.0":
2243
+ version "19.1.6"
2244
+ resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.1.6.tgz#4af629da0e9f9c0f506fc4d1caa610399c595d64"
2245
+ integrity sha512-4hOiT/dwO8Ko0gV1m/TJZYk3y0KBnY9vzDh7W+DH17b2HFSOGgdj33dhihPeuy3l0q23+4e+hoXHV6hCC4dCXw==
2246
+
2181
2247
  "@types/react-test-renderer@^19.1.0":
2182
2248
  version "19.1.0"
2183
2249
  resolved "https://registry.yarnpkg.com/@types/react-test-renderer/-/react-test-renderer-19.1.0.tgz#1d0af8f2e1b5931e245b8b5b234d1502b854dc10"
@@ -2185,7 +2251,7 @@
2185
2251
  dependencies:
2186
2252
  "@types/react" "*"
2187
2253
 
2188
- "@types/react@*", "@types/react@^19.1.8":
2254
+ "@types/react@*", "@types/react@^19.0.0", "@types/react@^19.1.8":
2189
2255
  version "19.1.8"
2190
2256
  resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.8.tgz#ff8395f2afb764597265ced15f8dddb0720ae1c3"
2191
2257
  integrity sha512-AwAfQ2Wa5bCx9WP8nZL2uMZWod7J7/JSplxbTmBQ5ms6QpqNYm672H0Vu9ZVKVngQ+ii4R/byguVEUZQyeg44g==
@@ -2554,6 +2620,11 @@
2554
2620
  resolved "https://registry.yarnpkg.com/@vscode/sudo-prompt/-/sudo-prompt-9.3.1.tgz#c562334bc6647733649fd42afc96c0eea8de3b65"
2555
2621
  integrity sha512-9ORTwwS74VaTn38tNbQhsA5U44zkJfcb0BdTSyyG6frP4e8KMtHuTXYmwefe5dpL8XB1aGSIVTaLjD3BbWb5iA==
2556
2622
 
2623
+ "@xmldom/xmldom@^0.8.8":
2624
+ version "0.8.10"
2625
+ resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.8.10.tgz#a1337ca426aa61cef9fe15b5b28e340a72f6fa99"
2626
+ integrity sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==
2627
+
2557
2628
  abort-controller@^3.0.0:
2558
2629
  version "3.0.0"
2559
2630
  resolved "https://registry.yarnpkg.com/abort-controller/-/abort-controller-3.0.0.tgz#eaf54d53b62bae4138e809ca225c8439a6efb392"
@@ -6112,6 +6183,15 @@ pkg-dir@^4.2.0:
6112
6183
  dependencies:
6113
6184
  find-up "^4.0.0"
6114
6185
 
6186
+ plist@^3.1.0:
6187
+ version "3.1.0"
6188
+ resolved "https://registry.yarnpkg.com/plist/-/plist-3.1.0.tgz#797a516a93e62f5bde55e0b9cc9c967f860893c9"
6189
+ integrity sha512-uysumyrvkUX0rX/dEVqt8gC3sTBzd4zoWfLeS29nb53imdaXVvLINYXTI2GNqzaMuvacNx4uJQ8+b3zXR0pkgQ==
6190
+ dependencies:
6191
+ "@xmldom/xmldom" "^0.8.8"
6192
+ base64-js "^1.5.1"
6193
+ xmlbuilder "^15.1.1"
6194
+
6115
6195
  possible-typed-array-names@^1.0.0:
6116
6196
  version "1.1.0"
6117
6197
  resolved "https://registry.yarnpkg.com/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz#93e3582bc0e5426586d9d07b79ee40fc841de4ae"
@@ -6280,7 +6360,7 @@ react-native-animatable@1.4.0:
6280
6360
  dependencies:
6281
6361
  prop-types "^15.8.1"
6282
6362
 
6283
- react-native-collapsible@^1.6.0:
6363
+ react-native-collapsible@^1.6.2:
6284
6364
  version "1.6.2"
6285
6365
  resolved "https://registry.yarnpkg.com/react-native-collapsible/-/react-native-collapsible-1.6.2.tgz#3b67fa402a6ba3c291022f5db8f345083862c3d8"
6286
6366
  integrity sha512-MCOBVJWqHNjnDaGkvxX997VONmJeebh6wyJxnHEgg0L1PrlcXU1e/bo6eK+CDVFuMrCafw8Qh4DOv/C4V/+Iew==
@@ -6319,7 +6399,7 @@ react-native-keyboard-aware-scroll-view@^0.9.5:
6319
6399
  prop-types "^15.6.2"
6320
6400
  react-native-iphone-x-helper "^1.0.3"
6321
6401
 
6322
- react-native-modal@>=13.0.1:
6402
+ react-native-modal@^13.0.1:
6323
6403
  version "13.0.2"
6324
6404
  resolved "https://registry.yarnpkg.com/react-native-modal/-/react-native-modal-13.0.2.tgz#4e4d777fdb0f5af5a50003a53eebc4de9ead5695"
6325
6405
  integrity sha512-jCUR2DAskuZtVIbnt2ZssX70DCbTLydkL1Glv1Fc/fqVIhq1LpwBK2hKgSf9VIINXFnDjjGIMIC9HhDXnW7Enw==
@@ -6335,7 +6415,7 @@ react-native-paper@^5.14.5:
6335
6415
  color "^3.1.2"
6336
6416
  use-latest-callback "^0.2.3"
6337
6417
 
6338
- react-native-reanimated@^3.18.0, react-native-reanimated@^3.6.1:
6418
+ react-native-reanimated@^3.18.0:
6339
6419
  version "3.18.0"
6340
6420
  resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-3.18.0.tgz#0a246eab38a9e807887fe561a2868cfe85351f3c"
6341
6421
  integrity sha512-eVcNcqeOkMW+BUWAHdtvN3FKgC8J8wiEJkX6bNGGQaLS7m7e4amTfjIcqf/Ta+lerZLurmDaQ0lICI1CKPrb1Q==
@@ -6353,6 +6433,11 @@ react-native-reanimated@^3.18.0, react-native-reanimated@^3.6.1:
6353
6433
  invariant "^2.2.4"
6354
6434
  react-native-is-edge-to-edge "1.1.7"
6355
6435
 
6436
+ react-native-safe-area-context@5.4.1:
6437
+ version "5.4.1"
6438
+ resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-5.4.1.tgz#6d04eac20f99622fa13895fa7ae96199f1ecf800"
6439
+ integrity sha512-x+g3NblZ9jof8y+XkVvaGlpMrSlixhrJJ33BRzhTAKUKctQVecO1heSXmzxc5UdjvGYBKS6kPZVUw2b8NxHcPg==
6440
+
6356
6441
  react-native-safe-area-context@^5.5.0:
6357
6442
  version "5.5.0"
6358
6443
  resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-5.5.0.tgz#8eb4ff66f405e83e77a1a2215a1ee731b77545e6"
@@ -7515,6 +7600,11 @@ ws@^7, ws@^7.5.10:
7515
7600
  resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.10.tgz#58b5c20dc281633f6c19113f39b349bd8bd558d9"
7516
7601
  integrity sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==
7517
7602
 
7603
+ xmlbuilder@^15.1.1:
7604
+ version "15.1.1"
7605
+ resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-15.1.1.tgz#9dcdce49eea66d8d10b42cae94a79c3c8d0c2ec5"
7606
+ integrity sha512-yMqGBqtXyeN1e3TGYvgNgDVZ3j84W4cwkOXQswghol6APgZWaff9lnbvN7MHYJOiXsvGPXtjTYJEiC9J2wv9Eg==
7607
+
7518
7608
  y18n@^4.0.0:
7519
7609
  version "4.0.3"
7520
7610
  resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.3.tgz#b5f259c82cd6e336921efd7bfd8bf560de9eeedf"