@brightlayer-ui/react-native-template-routing-typescript 4.0.0-alpha.0 → 4.1.0-alpha.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.
Files changed (21) hide show
  1. package/CHANGELOG.md +7 -1
  2. package/package.json +1 -1
  3. package/template/android/app/build.gradle +0 -1
  4. package/template/android/app/src/main/java/com/routingtemplate/MainActivity.kt +1 -1
  5. package/template/android/app/src/main/res/values/strings.xml +1 -1
  6. package/template/android/settings.gradle +1 -1
  7. package/template/app.json +2 -2
  8. package/template/ios/Podfile +1 -1
  9. package/template/ios/Podfile.lock +13 -3
  10. package/template/ios/{blankTemplate → RoutingTemplate}/AppDelegate.swift +1 -1
  11. package/template/ios/{blankTemplate → RoutingTemplate}/Info.plist +3 -2
  12. package/template/ios/{blankTemplate → RoutingTemplate}/LaunchScreen.storyboard +1 -1
  13. package/template/ios/{blankTemplate.xcodeproj → RoutingTemplate.xcodeproj}/project.pbxproj +42 -40
  14. package/template/ios/{blankTemplate.xcodeproj/xcshareddata/xcschemes/blankTemplate.xcscheme → RoutingTemplate.xcodeproj/xcshareddata/xcschemes/RoutingTemplate.xcscheme} +12 -12
  15. package/template/ios/{blankTemplate.xcworkspace → RoutingTemplate.xcworkspace}/contents.xcworkspacedata +1 -1
  16. package/template/package.json +23 -21
  17. package/template/yarn.lock +106 -16
  18. /package/template/ios/{blankTemplate → RoutingTemplate}/Images.xcassets/AppIcon.appiconset/Contents.json +0 -0
  19. /package/template/ios/{blankTemplate → RoutingTemplate}/Images.xcassets/Contents.json +0 -0
  20. /package/template/ios/{blankTemplate → RoutingTemplate}/PrivacyInfo.xcprivacy +0 -0
  21. /package/template/ios/{blankTemplate.xcworkspace → RoutingTemplate.xcworkspace}/xcshareddata/IDEWorkspaceChecks.plist +0 -0
package/CHANGELOG.md CHANGED
@@ -1,6 +1,12 @@
1
1
  # Changelog
2
2
 
3
- ## v4.0.0 (Unreleased)
3
+ ## v4.1.0 (Unreleased)
4
+
5
+ ### Changed
6
+
7
+ - Updated all the dependencies to the latest stable versions ([#448](https://github.com/etn-ccis/blui-react-native/issues/448)).
8
+
9
+ ## v4.0.0 (July 30, 2025)
4
10
 
5
11
  ### Changed
6
12
 
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.1.0-alpha.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"
@@ -17,7 +17,7 @@ override fun onCreate(savedInstanceState: Bundle?) {
17
17
  * Returns the name of the main component registered from JavaScript. This is used to schedule
18
18
  * rendering of the component.
19
19
  */
20
- override fun getMainComponentName(): String = "blankTemplate"
20
+ override fun getMainComponentName(): String = "RoutingTemplate"
21
21
 
22
22
  /**
23
23
  * Returns the instance of the [ReactActivityDelegate]. We use [DefaultReactActivityDelegate]
@@ -1,3 +1,3 @@
1
1
  <resources>
2
- <string name="app_name">blankTemplate</string>
2
+ <string name="app_name">RoutingTemplate</string>
3
3
  </resources>
@@ -1,6 +1,6 @@
1
1
  pluginManagement { includeBuild("../node_modules/@react-native/gradle-plugin") }
2
2
  plugins { id("com.facebook.react.settings") }
3
3
  extensions.configure(com.facebook.react.ReactSettingsExtension){ ex -> ex.autolinkLibrariesFromCommand() }
4
- rootProject.name = 'blankTemplate'
4
+ rootProject.name = "RoutingTemplate"
5
5
  include ':app'
6
6
  includeBuild('../node_modules/@react-native/gradle-plugin')
package/template/app.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "name": "blankTemplate",
3
- "displayName": "blankTemplate"
2
+ "name": "RoutingTemplate",
3
+ "displayName": "RoutingTemplate"
4
4
  }
@@ -14,7 +14,7 @@ if linkage != nil
14
14
  use_frameworks! :linkage => linkage.to_sym
15
15
  end
16
16
 
17
- target 'blankTemplate' do
17
+ target 'RoutingTemplate' do
18
18
  config = use_native_modules!
19
19
 
20
20
  use_react_native!(
@@ -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
@@ -2811,6 +2821,6 @@ SPEC CHECKSUMS:
2811
2821
  SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
2812
2822
  Yoga: daa1e4de4b971b977b23bc842aaa3e135324f1f3
2813
2823
 
2814
- PODFILE CHECKSUM: 8e0c0853756da28f53fe92184dff5231a2d5314c
2824
+ PODFILE CHECKSUM: ecf2cd5600330f24ce00756054cd612579e0093e
2815
2825
 
2816
2826
  COCOAPODS: 1.16.2
@@ -24,7 +24,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
24
24
  window = UIWindow(frame: UIScreen.main.bounds)
25
25
 
26
26
  factory.startReactNative(
27
- withModuleName: "blankTemplate",
27
+ withModuleName: "RoutingTemplate",
28
28
  in: window,
29
29
  launchOptions: launchOptions
30
30
  )
@@ -5,7 +5,7 @@
5
5
  <key>CFBundleDevelopmentRegion</key>
6
6
  <string>en</string>
7
7
  <key>CFBundleDisplayName</key>
8
- <string>blankTemplate</string>
8
+ <string>RoutingTemplate</string>
9
9
  <key>CFBundleExecutable</key>
10
10
  <string>$(EXECUTABLE_NAME)</string>
11
11
  <key>CFBundleIdentifier</key>
@@ -32,7 +32,7 @@
32
32
  <true/>
33
33
  </dict>
34
34
  <key>NSLocationWhenInUseUsageDescription</key>
35
- <string></string>
35
+ <string/>
36
36
  <key>RCTNewArchEnabled</key>
37
37
  <true/>
38
38
  <key>UIAppFonts</key>
@@ -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>
@@ -16,7 +16,7 @@
16
16
  <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
17
17
  <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
18
18
  <subviews>
19
- <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="blankTemplate" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="GJd-Yh-RWb">
19
+ <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="RoutingTemplate" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="GJd-Yh-RWb">
20
20
  <rect key="frame" x="0.0" y="202" width="375" height="43"/>
21
21
  <fontDescription key="fontDescription" type="boldSystem" pointSize="36"/>
22
22
  <nil key="highlightedColor"/>
@@ -7,7 +7,7 @@
7
7
  objects = {
8
8
 
9
9
  /* Begin PBXBuildFile section */
10
- 0C80B921A6F3F58F76C31292 /* libPods-blankTemplate.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC322A6C60F78 /* libPods-blankTemplate.a */; };
10
+ 0C80B921A6F3F58F76C31292 /* libPods-RoutingTemplate.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC322A6C60F78 /* libPods-RoutingTemplate.a */; };
11
11
  13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
12
12
  3C9C40EEC2EBCF8D684D73AF /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */; };
13
13
  761780ED2CA45674006654EE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 761780EC2CA45674006654EE /* AppDelegate.swift */; };
@@ -15,15 +15,15 @@
15
15
  /* End PBXBuildFile section */
16
16
 
17
17
  /* Begin PBXFileReference section */
18
- 13B07F961A680F5B00A75B9A /* blankTemplate.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = blankTemplate.app; sourceTree = BUILT_PRODUCTS_DIR; };
19
- 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = blankTemplate/Images.xcassets; sourceTree = "<group>"; };
20
- 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = blankTemplate/Info.plist; sourceTree = "<group>"; };
21
- 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = PrivacyInfo.xcprivacy; path = blankTemplate/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
22
- 3B4392A12AC88292D35C810B /* Pods-blankTemplate.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-blankTemplate.debug.xcconfig"; path = "Target Support Files/Pods-blankTemplate/Pods-blankTemplate.debug.xcconfig"; sourceTree = "<group>"; };
23
- 5709B34CF0A7D63546082F79 /* Pods-blankTemplate.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-blankTemplate.release.xcconfig"; path = "Target Support Files/Pods-blankTemplate/Pods-blankTemplate.release.xcconfig"; sourceTree = "<group>"; };
24
- 5DCACB8F33CDC322A6C60F78 /* libPods-blankTemplate.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-blankTemplate.a"; sourceTree = BUILT_PRODUCTS_DIR; };
25
- 761780EC2CA45674006654EE /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = blankTemplate/AppDelegate.swift; sourceTree = "<group>"; };
26
- 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = blankTemplate/LaunchScreen.storyboard; sourceTree = "<group>"; };
18
+ 13B07F961A680F5B00A75B9A /* RoutingTemplate.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RoutingTemplate.app; sourceTree = BUILT_PRODUCTS_DIR; };
19
+ 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = RoutingTemplate/Images.xcassets; sourceTree = "<group>"; };
20
+ 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = RoutingTemplate/Info.plist; sourceTree = "<group>"; };
21
+ 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = PrivacyInfo.xcprivacy; path = RoutingTemplate/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
22
+ 3B4392A12AC88292D35C810B /* Pods-RoutingTemplate.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RoutingTemplate.debug.xcconfig"; path = "Target Support Files/Pods-RoutingTemplate/Pods-RoutingTemplate.debug.xcconfig"; sourceTree = "<group>"; };
23
+ 5709B34CF0A7D63546082F79 /* Pods-RoutingTemplate.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RoutingTemplate.release.xcconfig"; path = "Target Support Files/Pods-RoutingTemplate/Pods-RoutingTemplate.release.xcconfig"; sourceTree = "<group>"; };
24
+ 5DCACB8F33CDC322A6C60F78 /* libPods-RoutingTemplate.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-RoutingTemplate.a"; sourceTree = BUILT_PRODUCTS_DIR; };
25
+ 761780EC2CA45674006654EE /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = RoutingTemplate/AppDelegate.swift; sourceTree = "<group>"; };
26
+ 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = RoutingTemplate/LaunchScreen.storyboard; sourceTree = "<group>"; };
27
27
  ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
28
28
  /* End PBXFileReference section */
29
29
 
@@ -32,14 +32,14 @@
32
32
  isa = PBXFrameworksBuildPhase;
33
33
  buildActionMask = 2147483647;
34
34
  files = (
35
- 0C80B921A6F3F58F76C31292 /* libPods-blankTemplate.a in Frameworks */,
35
+ 0C80B921A6F3F58F76C31292 /* libPods-RoutingTemplate.a in Frameworks */,
36
36
  );
37
37
  runOnlyForDeploymentPostprocessing = 0;
38
38
  };
39
39
  /* End PBXFrameworksBuildPhase section */
40
40
 
41
41
  /* Begin PBXGroup section */
42
- 13B07FAE1A68108700A75B9A /* blankTemplate */ = {
42
+ 13B07FAE1A68108700A75B9A /* RoutingTemplate */ = {
43
43
  isa = PBXGroup;
44
44
  children = (
45
45
  13B07FB51A68108700A75B9A /* Images.xcassets */,
@@ -48,14 +48,14 @@
48
48
  81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */,
49
49
  13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */,
50
50
  );
51
- name = blankTemplate;
51
+ name = RoutingTemplate;
52
52
  sourceTree = "<group>";
53
53
  };
54
54
  2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
55
55
  isa = PBXGroup;
56
56
  children = (
57
57
  ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
58
- 5DCACB8F33CDC322A6C60F78 /* libPods-blankTemplate.a */,
58
+ 5DCACB8F33CDC322A6C60F78 /* libPods-RoutingTemplate.a */,
59
59
  );
60
60
  name = Frameworks;
61
61
  sourceTree = "<group>";
@@ -70,7 +70,7 @@
70
70
  83CBB9F61A601CBA00E9B192 = {
71
71
  isa = PBXGroup;
72
72
  children = (
73
- 13B07FAE1A68108700A75B9A /* blankTemplate */,
73
+ 13B07FAE1A68108700A75B9A /* RoutingTemplate */,
74
74
  832341AE1AAA6A7D00B99B32 /* Libraries */,
75
75
  83CBBA001A601CBA00E9B192 /* Products */,
76
76
  2D16E6871FA4F8E400B85C8A /* Frameworks */,
@@ -84,7 +84,7 @@
84
84
  83CBBA001A601CBA00E9B192 /* Products */ = {
85
85
  isa = PBXGroup;
86
86
  children = (
87
- 13B07F961A680F5B00A75B9A /* blankTemplate.app */,
87
+ 13B07F961A680F5B00A75B9A /* RoutingTemplate.app */,
88
88
  );
89
89
  name = Products;
90
90
  sourceTree = "<group>";
@@ -92,8 +92,8 @@
92
92
  BBD78D7AC51CEA395F1C20DB /* Pods */ = {
93
93
  isa = PBXGroup;
94
94
  children = (
95
- 3B4392A12AC88292D35C810B /* Pods-blankTemplate.debug.xcconfig */,
96
- 5709B34CF0A7D63546082F79 /* Pods-blankTemplate.release.xcconfig */,
95
+ 3B4392A12AC88292D35C810B /* Pods-RoutingTemplate.debug.xcconfig */,
96
+ 5709B34CF0A7D63546082F79 /* Pods-RoutingTemplate.release.xcconfig */,
97
97
  );
98
98
  path = Pods;
99
99
  sourceTree = "<group>";
@@ -101,9 +101,9 @@
101
101
  /* End PBXGroup section */
102
102
 
103
103
  /* Begin PBXNativeTarget section */
104
- 13B07F861A680F5B00A75B9A /* blankTemplate */ = {
104
+ 13B07F861A680F5B00A75B9A /* RoutingTemplate */ = {
105
105
  isa = PBXNativeTarget;
106
- buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "blankTemplate" */;
106
+ buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "RoutingTemplate" */;
107
107
  buildPhases = (
108
108
  C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */,
109
109
  13B07F871A680F5B00A75B9A /* Sources */,
@@ -117,9 +117,9 @@
117
117
  );
118
118
  dependencies = (
119
119
  );
120
- name = blankTemplate;
121
- productName = blankTemplate;
122
- productReference = 13B07F961A680F5B00A75B9A /* blankTemplate.app */;
120
+ name = RoutingTemplate;
121
+ productName = RoutingTemplate;
122
+ productReference = 13B07F961A680F5B00A75B9A /* RoutingTemplate.app */;
123
123
  productType = "com.apple.product-type.application";
124
124
  };
125
125
  /* End PBXNativeTarget section */
@@ -135,7 +135,7 @@
135
135
  };
136
136
  };
137
137
  };
138
- buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "blankTemplate" */;
138
+ buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "RoutingTemplate" */;
139
139
  compatibilityVersion = "Xcode 12.0";
140
140
  developmentRegion = en;
141
141
  hasScannedForEncodings = 0;
@@ -148,7 +148,7 @@
148
148
  projectDirPath = "";
149
149
  projectRoot = "";
150
150
  targets = (
151
- 13B07F861A680F5B00A75B9A /* blankTemplate */,
151
+ 13B07F861A680F5B00A75B9A /* RoutingTemplate */,
152
152
  );
153
153
  };
154
154
  /* End PBXProject section */
@@ -189,15 +189,15 @@
189
189
  files = (
190
190
  );
191
191
  inputFileListPaths = (
192
- "${PODS_ROOT}/Target Support Files/Pods-blankTemplate/Pods-blankTemplate-frameworks-${CONFIGURATION}-input-files.xcfilelist",
192
+ "${PODS_ROOT}/Target Support Files/Pods-RoutingTemplate/Pods-RoutingTemplate-frameworks-${CONFIGURATION}-input-files.xcfilelist",
193
193
  );
194
194
  name = "[CP] Embed Pods Frameworks";
195
195
  outputFileListPaths = (
196
- "${PODS_ROOT}/Target Support Files/Pods-blankTemplate/Pods-blankTemplate-frameworks-${CONFIGURATION}-output-files.xcfilelist",
196
+ "${PODS_ROOT}/Target Support Files/Pods-RoutingTemplate/Pods-RoutingTemplate-frameworks-${CONFIGURATION}-output-files.xcfilelist",
197
197
  );
198
198
  runOnlyForDeploymentPostprocessing = 0;
199
199
  shellPath = /bin/sh;
200
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-blankTemplate/Pods-blankTemplate-frameworks.sh\"\n";
200
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-RoutingTemplate/Pods-RoutingTemplate-frameworks.sh\"\n";
201
201
  showEnvVarsInLog = 0;
202
202
  };
203
203
  C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */ = {
@@ -215,7 +215,7 @@
215
215
  outputFileListPaths = (
216
216
  );
217
217
  outputPaths = (
218
- "$(DERIVED_FILE_DIR)/Pods-blankTemplate-checkManifestLockResult.txt",
218
+ "$(DERIVED_FILE_DIR)/Pods-RoutingTemplate-checkManifestLockResult.txt",
219
219
  );
220
220
  runOnlyForDeploymentPostprocessing = 0;
221
221
  shellPath = /bin/sh;
@@ -228,15 +228,15 @@
228
228
  files = (
229
229
  );
230
230
  inputFileListPaths = (
231
- "${PODS_ROOT}/Target Support Files/Pods-blankTemplate/Pods-blankTemplate-resources-${CONFIGURATION}-input-files.xcfilelist",
231
+ "${PODS_ROOT}/Target Support Files/Pods-RoutingTemplate/Pods-RoutingTemplate-resources-${CONFIGURATION}-input-files.xcfilelist",
232
232
  );
233
233
  name = "[CP] Copy Pods Resources";
234
234
  outputFileListPaths = (
235
- "${PODS_ROOT}/Target Support Files/Pods-blankTemplate/Pods-blankTemplate-resources-${CONFIGURATION}-output-files.xcfilelist",
235
+ "${PODS_ROOT}/Target Support Files/Pods-RoutingTemplate/Pods-RoutingTemplate-resources-${CONFIGURATION}-output-files.xcfilelist",
236
236
  );
237
237
  runOnlyForDeploymentPostprocessing = 0;
238
238
  shellPath = /bin/sh;
239
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-blankTemplate/Pods-blankTemplate-resources.sh\"\n";
239
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-RoutingTemplate/Pods-RoutingTemplate-resources.sh\"\n";
240
240
  showEnvVarsInLog = 0;
241
241
  };
242
242
  /* End PBXShellScriptBuildPhase section */
@@ -255,13 +255,14 @@
255
255
  /* Begin XCBuildConfiguration section */
256
256
  13B07F941A680F5B00A75B9A /* Debug */ = {
257
257
  isa = XCBuildConfiguration;
258
- baseConfigurationReference = 3B4392A12AC88292D35C810B /* Pods-blankTemplate.debug.xcconfig */;
258
+ baseConfigurationReference = 3B4392A12AC88292D35C810B /* Pods-RoutingTemplate.debug.xcconfig */;
259
259
  buildSettings = {
260
260
  ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
261
261
  CLANG_ENABLE_MODULES = YES;
262
262
  CURRENT_PROJECT_VERSION = 1;
263
263
  ENABLE_BITCODE = NO;
264
- INFOPLIST_FILE = blankTemplate/Info.plist;
264
+ INFOPLIST_FILE = RoutingTemplate/Info.plist;
265
+ INFOPLIST_KEY_CFBundleDisplayName = RoutingTemplate;
265
266
  IPHONEOS_DEPLOYMENT_TARGET = 15.1;
266
267
  LD_RUNPATH_SEARCH_PATHS = (
267
268
  "$(inherited)",
@@ -274,7 +275,7 @@
274
275
  "-lc++",
275
276
  );
276
277
  PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
277
- PRODUCT_NAME = blankTemplate;
278
+ PRODUCT_NAME = RoutingTemplate;
278
279
  SWIFT_OPTIMIZATION_LEVEL = "-Onone";
279
280
  SWIFT_VERSION = 5.0;
280
281
  VERSIONING_SYSTEM = "apple-generic";
@@ -283,12 +284,13 @@
283
284
  };
284
285
  13B07F951A680F5B00A75B9A /* Release */ = {
285
286
  isa = XCBuildConfiguration;
286
- baseConfigurationReference = 5709B34CF0A7D63546082F79 /* Pods-blankTemplate.release.xcconfig */;
287
+ baseConfigurationReference = 5709B34CF0A7D63546082F79 /* Pods-RoutingTemplate.release.xcconfig */;
287
288
  buildSettings = {
288
289
  ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
289
290
  CLANG_ENABLE_MODULES = YES;
290
291
  CURRENT_PROJECT_VERSION = 1;
291
- INFOPLIST_FILE = blankTemplate/Info.plist;
292
+ INFOPLIST_FILE = RoutingTemplate/Info.plist;
293
+ INFOPLIST_KEY_CFBundleDisplayName = RoutingTemplate;
292
294
  IPHONEOS_DEPLOYMENT_TARGET = 15.1;
293
295
  LD_RUNPATH_SEARCH_PATHS = (
294
296
  "$(inherited)",
@@ -301,7 +303,7 @@
301
303
  "-lc++",
302
304
  );
303
305
  PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
304
- PRODUCT_NAME = blankTemplate;
306
+ PRODUCT_NAME = RoutingTemplate;
305
307
  SWIFT_VERSION = 5.0;
306
308
  VERSIONING_SYSTEM = "apple-generic";
307
309
  };
@@ -462,7 +464,7 @@
462
464
  /* End XCBuildConfiguration section */
463
465
 
464
466
  /* Begin XCConfigurationList section */
465
- 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "blankTemplate" */ = {
467
+ 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "RoutingTemplate" */ = {
466
468
  isa = XCConfigurationList;
467
469
  buildConfigurations = (
468
470
  13B07F941A680F5B00A75B9A /* Debug */,
@@ -471,7 +473,7 @@
471
473
  defaultConfigurationIsVisible = 0;
472
474
  defaultConfigurationName = Release;
473
475
  };
474
- 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "blankTemplate" */ = {
476
+ 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "RoutingTemplate" */ = {
475
477
  isa = XCConfigurationList;
476
478
  buildConfigurations = (
477
479
  83CBBA201A601CBA00E9B192 /* Debug */,
@@ -15,9 +15,9 @@
15
15
  <BuildableReference
16
16
  BuildableIdentifier = "primary"
17
17
  BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
18
- BuildableName = "blankTemplate.app"
19
- BlueprintName = "blankTemplate"
20
- ReferencedContainer = "container:blankTemplate.xcodeproj">
18
+ BuildableName = "RoutingTemplate.app"
19
+ BlueprintName = "RoutingTemplate"
20
+ ReferencedContainer = "container:RoutingTemplate.xcodeproj">
21
21
  </BuildableReference>
22
22
  </BuildActionEntry>
23
23
  </BuildActionEntries>
@@ -33,9 +33,9 @@
33
33
  <BuildableReference
34
34
  BuildableIdentifier = "primary"
35
35
  BlueprintIdentifier = "00E356ED1AD99517003FC87E"
36
- BuildableName = "blankTemplateTests.xctest"
37
- BlueprintName = "blankTemplateTests"
38
- ReferencedContainer = "container:blankTemplate.xcodeproj">
36
+ BuildableName = "RoutingTemplateTests.xctest"
37
+ BlueprintName = "RoutingTemplateTests"
38
+ ReferencedContainer = "container:RoutingTemplate.xcodeproj">
39
39
  </BuildableReference>
40
40
  </TestableReference>
41
41
  </Testables>
@@ -55,9 +55,9 @@
55
55
  <BuildableReference
56
56
  BuildableIdentifier = "primary"
57
57
  BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
58
- BuildableName = "blankTemplate.app"
59
- BlueprintName = "blankTemplate"
60
- ReferencedContainer = "container:blankTemplate.xcodeproj">
58
+ BuildableName = "RoutingTemplate.app"
59
+ BlueprintName = "RoutingTemplate"
60
+ ReferencedContainer = "container:RoutingTemplate.xcodeproj">
61
61
  </BuildableReference>
62
62
  </BuildableProductRunnable>
63
63
  </LaunchAction>
@@ -72,9 +72,9 @@
72
72
  <BuildableReference
73
73
  BuildableIdentifier = "primary"
74
74
  BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
75
- BuildableName = "blankTemplate.app"
76
- BlueprintName = "blankTemplate"
77
- ReferencedContainer = "container:blankTemplate.xcodeproj">
75
+ BuildableName = "RoutingTemplate.app"
76
+ BlueprintName = "RoutingTemplate"
77
+ ReferencedContainer = "container:RoutingTemplate.xcodeproj">
78
78
  </BuildableReference>
79
79
  </BuildableProductRunnable>
80
80
  </ProfileAction>
@@ -2,7 +2,7 @@
2
2
  <Workspace
3
3
  version = "1.0">
4
4
  <FileRef
5
- location = "group:blankTemplate.xcodeproj">
5
+ location = "group:RoutingTemplate.xcodeproj">
6
6
  </FileRef>
7
7
  <FileRef
8
8
  location = "group:Pods/Pods.xcodeproj">
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "blank-template",
2
+ "name": "routing-template",
3
3
  "version": "0.0.1",
4
4
  "private": true,
5
5
  "scripts": {
@@ -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.1.1",
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.1.1":
1052
+ version "9.1.1"
1053
+ resolved "https://registry.yarnpkg.com/@brightlayer-ui/react-native-components/-/react-native-components-9.1.1.tgz#86643c371a00e5f9b28207be13229cfa02cbfd09"
1054
+ integrity sha512-0bYUGOeB/fsLiRzkikki0NBBwoxnuS9M5UgOrmHMDNmoeosdHYVkmhPf3sVZT1LWajrN4sPLRhhC3017VUvuCQ==
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"