@brightlayer-ui/react-native-template-authentication-typescript 4.0.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
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
+
3
9
  ## v4.0.0 (July 30, 2025)
4
10
 
5
11
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightlayer-ui/react-native-template-authentication-typescript",
3
- "version": "4.0.0",
3
+ "version": "4.1.0-alpha.0",
4
4
  "author": "brightlayer-ui <brightlayer-ui@eaton.com>",
5
5
  "keywords": [
6
6
  "react native",
@@ -11,7 +11,7 @@ class MainActivity : ReactActivity() {
11
11
  * Returns the name of the main component registered from JavaScript. This is used to schedule
12
12
  * rendering of the component.
13
13
  */
14
- override fun getMainComponentName(): String = "example"
14
+ override fun getMainComponentName(): String = "AuthTemplate"
15
15
 
16
16
  /**
17
17
  * Returns the instance of the [ReactActivityDelegate]. We use [DefaultReactActivityDelegate]
@@ -1,3 +1,3 @@
1
1
  <resources>
2
- <string name="app_name">example</string>
2
+ <string name="app_name">AuthTemplate</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 = 'example'
4
+ rootProject.name = "AuthTemplate"
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": "example",
3
- "displayName": "example"
2
+ "name": "AuthTemplate",
3
+ "displayName": "AuthTemplate"
4
4
  }
@@ -24,7 +24,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
24
24
  window = UIWindow(frame: UIScreen.main.bounds)
25
25
 
26
26
  factory.startReactNative(
27
- withModuleName: "example",
27
+ withModuleName: "AuthTemplate",
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>example</string>
8
+ <string>AuthTemplate</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>UILaunchStoryboardName</key>
@@ -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="example" 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="AuthTemplate" 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-example.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC322A6C60F78 /* libPods-example.a */; };
10
+ 0C80B921A6F3F58F76C31292 /* libPods-AuthTemplate.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC322A6C60F78 /* libPods-AuthTemplate.a */; };
11
11
  13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
12
12
  37B4427036D9526BE658D971 /* 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 /* example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = example.app; sourceTree = BUILT_PRODUCTS_DIR; };
19
- 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = example/Images.xcassets; sourceTree = "<group>"; };
20
- 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = example/Info.plist; sourceTree = "<group>"; };
21
- 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = PrivacyInfo.xcprivacy; path = example/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
22
- 3B4392A12AC88292D35C810B /* Pods-example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example.debug.xcconfig"; path = "Target Support Files/Pods-example/Pods-example.debug.xcconfig"; sourceTree = "<group>"; };
23
- 5709B34CF0A7D63546082F79 /* Pods-example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example.release.xcconfig"; path = "Target Support Files/Pods-example/Pods-example.release.xcconfig"; sourceTree = "<group>"; };
24
- 5DCACB8F33CDC322A6C60F78 /* libPods-example.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-example.a"; sourceTree = BUILT_PRODUCTS_DIR; };
25
- 761780EC2CA45674006654EE /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = example/AppDelegate.swift; sourceTree = "<group>"; };
26
- 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = example/LaunchScreen.storyboard; sourceTree = "<group>"; };
18
+ 13B07F961A680F5B00A75B9A /* AuthTemplate.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AuthTemplate.app; sourceTree = BUILT_PRODUCTS_DIR; };
19
+ 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = AuthTemplate/Images.xcassets; sourceTree = "<group>"; };
20
+ 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = AuthTemplate/Info.plist; sourceTree = "<group>"; };
21
+ 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = PrivacyInfo.xcprivacy; path = AuthTemplate/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
22
+ 3B4392A12AC88292D35C810B /* Pods-AuthTemplate.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AuthTemplate.debug.xcconfig"; path = "Target Support Files/Pods-AuthTemplate/Pods-AuthTemplate.debug.xcconfig"; sourceTree = "<group>"; };
23
+ 5709B34CF0A7D63546082F79 /* Pods-AuthTemplate.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AuthTemplate.release.xcconfig"; path = "Target Support Files/Pods-AuthTemplate/Pods-AuthTemplate.release.xcconfig"; sourceTree = "<group>"; };
24
+ 5DCACB8F33CDC322A6C60F78 /* libPods-AuthTemplate.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-AuthTemplate.a"; sourceTree = BUILT_PRODUCTS_DIR; };
25
+ 761780EC2CA45674006654EE /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = AuthTemplate/AppDelegate.swift; sourceTree = "<group>"; };
26
+ 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = AuthTemplate/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-example.a in Frameworks */,
35
+ 0C80B921A6F3F58F76C31292 /* libPods-AuthTemplate.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 /* example */ = {
42
+ 13B07FAE1A68108700A75B9A /* AuthTemplate */ = {
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 = example;
51
+ name = AuthTemplate;
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-example.a */,
58
+ 5DCACB8F33CDC322A6C60F78 /* libPods-AuthTemplate.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 /* example */,
73
+ 13B07FAE1A68108700A75B9A /* AuthTemplate */,
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 /* example.app */,
87
+ 13B07F961A680F5B00A75B9A /* AuthTemplate.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-example.debug.xcconfig */,
96
- 5709B34CF0A7D63546082F79 /* Pods-example.release.xcconfig */,
95
+ 3B4392A12AC88292D35C810B /* Pods-AuthTemplate.debug.xcconfig */,
96
+ 5709B34CF0A7D63546082F79 /* Pods-AuthTemplate.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 /* example */ = {
104
+ 13B07F861A680F5B00A75B9A /* AuthTemplate */ = {
105
105
  isa = PBXNativeTarget;
106
- buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "example" */;
106
+ buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "AuthTemplate" */;
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 = example;
121
- productName = example;
122
- productReference = 13B07F961A680F5B00A75B9A /* example.app */;
120
+ name = AuthTemplate;
121
+ productName = AuthTemplate;
122
+ productReference = 13B07F961A680F5B00A75B9A /* AuthTemplate.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 "example" */;
138
+ buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "AuthTemplate" */;
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 /* example */,
151
+ 13B07F861A680F5B00A75B9A /* AuthTemplate */,
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-example/Pods-example-frameworks-${CONFIGURATION}-input-files.xcfilelist",
192
+ "${PODS_ROOT}/Target Support Files/Pods-AuthTemplate/Pods-AuthTemplate-frameworks-${CONFIGURATION}-input-files.xcfilelist",
193
193
  );
194
194
  name = "[CP] Embed Pods Frameworks";
195
195
  outputFileListPaths = (
196
- "${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-frameworks-${CONFIGURATION}-output-files.xcfilelist",
196
+ "${PODS_ROOT}/Target Support Files/Pods-AuthTemplate/Pods-AuthTemplate-frameworks-${CONFIGURATION}-output-files.xcfilelist",
197
197
  );
198
198
  runOnlyForDeploymentPostprocessing = 0;
199
199
  shellPath = /bin/sh;
200
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-frameworks.sh\"\n";
200
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-AuthTemplate/Pods-AuthTemplate-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-example-checkManifestLockResult.txt",
218
+ "$(DERIVED_FILE_DIR)/Pods-AuthTemplate-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-example/Pods-example-resources-${CONFIGURATION}-input-files.xcfilelist",
231
+ "${PODS_ROOT}/Target Support Files/Pods-AuthTemplate/Pods-AuthTemplate-resources-${CONFIGURATION}-input-files.xcfilelist",
232
232
  );
233
233
  name = "[CP] Copy Pods Resources";
234
234
  outputFileListPaths = (
235
- "${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-resources-${CONFIGURATION}-output-files.xcfilelist",
235
+ "${PODS_ROOT}/Target Support Files/Pods-AuthTemplate/Pods-AuthTemplate-resources-${CONFIGURATION}-output-files.xcfilelist",
236
236
  );
237
237
  runOnlyForDeploymentPostprocessing = 0;
238
238
  shellPath = /bin/sh;
239
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-resources.sh\"\n";
239
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-AuthTemplate/Pods-AuthTemplate-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-example.debug.xcconfig */;
258
+ baseConfigurationReference = 3B4392A12AC88292D35C810B /* Pods-AuthTemplate.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 = example/Info.plist;
264
+ INFOPLIST_FILE = AuthTemplate/Info.plist;
265
+ INFOPLIST_KEY_CFBundleDisplayName = AuthTemplate;
265
266
  IPHONEOS_DEPLOYMENT_TARGET = 15.1;
266
267
  LD_RUNPATH_SEARCH_PATHS = (
267
268
  "$(inherited)",
@@ -273,8 +274,8 @@
273
274
  "-ObjC",
274
275
  "-lc++",
275
276
  );
276
- PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
277
- PRODUCT_NAME = example;
277
+ PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.AuthTemplate.$(PRODUCT_NAME:rfc1034identifier)";
278
+ PRODUCT_NAME = AuthTemplate;
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-example.release.xcconfig */;
287
+ baseConfigurationReference = 5709B34CF0A7D63546082F79 /* Pods-AuthTemplate.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 = example/Info.plist;
292
+ INFOPLIST_FILE = AuthTemplate/Info.plist;
293
+ INFOPLIST_KEY_CFBundleDisplayName = AuthTemplate;
292
294
  IPHONEOS_DEPLOYMENT_TARGET = 15.1;
293
295
  LD_RUNPATH_SEARCH_PATHS = (
294
296
  "$(inherited)",
@@ -300,8 +302,8 @@
300
302
  "-ObjC",
301
303
  "-lc++",
302
304
  );
303
- PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
304
- PRODUCT_NAME = example;
305
+ PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.AuthTemplate.$(PRODUCT_NAME:rfc1034identifier)";
306
+ PRODUCT_NAME = AuthTemplate;
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 "example" */ = {
467
+ 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "AuthTemplate" */ = {
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 "example" */ = {
476
+ 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "AuthTemplate" */ = {
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 = "example.app"
19
- BlueprintName = "example"
20
- ReferencedContainer = "container:example.xcodeproj">
18
+ BuildableName = "AuthTemplate.app"
19
+ BlueprintName = "AuthTemplate"
20
+ ReferencedContainer = "container:AuthTemplate.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 = "exampleTests.xctest"
37
- BlueprintName = "exampleTests"
38
- ReferencedContainer = "container:example.xcodeproj">
36
+ BuildableName = "AuthTemplateTests.xctest"
37
+ BlueprintName = "AuthTemplateTests"
38
+ ReferencedContainer = "container:AuthTemplate.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 = "example.app"
59
- BlueprintName = "example"
60
- ReferencedContainer = "container:example.xcodeproj">
58
+ BuildableName = "AuthTemplate.app"
59
+ BlueprintName = "AuthTemplate"
60
+ ReferencedContainer = "container:AuthTemplate.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 = "example.app"
76
- BlueprintName = "example"
77
- ReferencedContainer = "container:example.xcodeproj">
75
+ BuildableName = "AuthTemplate.app"
76
+ BlueprintName = "AuthTemplate"
77
+ ReferencedContainer = "container:AuthTemplate.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:example.xcodeproj">
5
+ location = "group:AuthTemplate.xcodeproj">
6
6
  </FileRef>
7
7
  <FileRef
8
8
  location = "group:Pods/Pods.xcodeproj">
@@ -14,7 +14,7 @@ if linkage != nil
14
14
  use_frameworks! :linkage => linkage.to_sym
15
15
  end
16
16
 
17
- target 'example' do
17
+ target 'AuthTemplate' do
18
18
  config = use_native_modules!
19
19
 
20
20
  use_react_native!(
@@ -3010,6 +3010,6 @@ SPEC CHECKSUMS:
3010
3010
  SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
3011
3011
  Yoga: daa1e4de4b971b977b23bc842aaa3e135324f1f3
3012
3012
 
3013
- PODFILE CHECKSUM: a5de45e2350a9515567a6e18ca8ceea718b48523
3013
+ PODFILE CHECKSUM: db45d013218cc1ef1938d23316978e04554e142f
3014
3014
 
3015
3015
  COCOAPODS: 1.16.2
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "example",
2
+ "name": "authentication-template",
3
3
  "version": "0.0.1",
4
4
  "private": true,
5
5
  "scripts": {
@@ -17,8 +17,8 @@
17
17
  "dependencies": {
18
18
  "@brightlayer-ui/colors": "^4.0.0",
19
19
  "@brightlayer-ui/icons-svg": "^1.15.0",
20
- "@brightlayer-ui/react-native-auth-workflow": "^8.0.0",
21
- "@brightlayer-ui/react-native-components": "^9.0.0",
20
+ "@brightlayer-ui/react-native-auth-workflow": "^8.1.1",
21
+ "@brightlayer-ui/react-native-components": "^9.1.1",
22
22
  "@brightlayer-ui/react-native-themes": "^8.0.0",
23
23
  "@brightlayer-ui/react-native-vector-icons": "^3.0.0",
24
24
  "@okta/okta-react-native": "^2.17.0",
@@ -1094,10 +1094,10 @@
1094
1094
  resolved "https://registry.yarnpkg.com/@brightlayer-ui/prettier-config/-/prettier-config-1.0.3.tgz#e40a7ae7435c6fd5118acbf249080e0aa81e93af"
1095
1095
  integrity sha512-EYm3+V7Qd+oYEF+8FadsXAZqXryEHHbGnrV1BMp9selhABjceqUqXPVE4Sn3SKWQdBNJ3En2A3EzgrzRbvRTaw==
1096
1096
 
1097
- "@brightlayer-ui/react-native-auth-workflow@^8.0.0":
1098
- version "8.0.0"
1099
- resolved "https://registry.yarnpkg.com/@brightlayer-ui/react-native-auth-workflow/-/react-native-auth-workflow-8.0.0.tgz#1f6aaedf72ea74433e5e993c5bc82ddb928fe1aa"
1100
- integrity sha512-xJ670a1jf7V5HtQ0NnFmUw3X/zypWxANoTFDxyLsBJNhJ6ro/4M1pBovK596mastwsS9g6ReO4gwcNz4+1FtJQ==
1097
+ "@brightlayer-ui/react-native-auth-workflow@^8.1.1":
1098
+ version "8.1.1"
1099
+ resolved "https://registry.yarnpkg.com/@brightlayer-ui/react-native-auth-workflow/-/react-native-auth-workflow-8.1.1.tgz#f92945a15e1fde04202e94b3caa71ee50cc36ffb"
1100
+ integrity sha512-VGeXWJbTqNL5A0n50e4gCtmb9U7+nGAabTGnyL81N2guR2dEHRc8THvctixsZh1p9f/NlY/mbd8ukEkt4nlzjw==
1101
1101
  dependencies:
1102
1102
  "@brightlayer-ui/react-native-themes" "^7.0.1"
1103
1103
  "@types/react" "^19.0.0"
@@ -1105,10 +1105,10 @@
1105
1105
  color "^4.2.3"
1106
1106
  lodash.clonedeep "^4.5.0"
1107
1107
 
1108
- "@brightlayer-ui/react-native-components@^9.0.0":
1109
- version "9.0.0"
1110
- resolved "https://registry.yarnpkg.com/@brightlayer-ui/react-native-components/-/react-native-components-9.0.0.tgz#eb5412be3f9237e9ea92e21d25c9fe1d3ead74a2"
1111
- integrity sha512-xQfpubAUgMDjOxKVIRjVgC0H20og2Ntx59xK84Zx1qO6P6PasECvXYl+CyqTCWlXptJ0rcBeWZzEWhjqGw7izQ==
1108
+ "@brightlayer-ui/react-native-components@^9.1.1":
1109
+ version "9.1.1"
1110
+ resolved "https://registry.yarnpkg.com/@brightlayer-ui/react-native-components/-/react-native-components-9.1.1.tgz#86643c371a00e5f9b28207be13229cfa02cbfd09"
1111
+ integrity sha512-0bYUGOeB/fsLiRzkikki0NBBwoxnuS9M5UgOrmHMDNmoeosdHYVkmhPf3sVZT1LWajrN4sPLRhhC3017VUvuCQ==
1112
1112
  dependencies:
1113
1113
  "@brightlayer-ui/react-native-themes" "7.0.1"
1114
1114
  "@callstack/react-theme-provider" "^3.0.9"
@@ -2376,11 +2376,6 @@
2376
2376
  deepmerge "^4.3.1"
2377
2377
  svgo "^3.0.2"
2378
2378
 
2379
- "@trysound/sax@0.2.0":
2380
- version "0.2.0"
2381
- resolved "https://registry.yarnpkg.com/@trysound/sax/-/sax-0.2.0.tgz#cccaab758af56761eb7bf37af6f03f326dd798ad"
2382
- integrity sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==
2383
-
2384
2379
  "@tybys/wasm-util@^0.9.0":
2385
2380
  version "0.9.0"
2386
2381
  resolved "https://registry.yarnpkg.com/@tybys/wasm-util/-/wasm-util-0.9.0.tgz#3e75eb00604c8d6db470bf18c37b7d984a0e3355"
@@ -7513,6 +7508,11 @@ safe-regex-test@^1.1.0:
7513
7508
  resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
7514
7509
  integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
7515
7510
 
7511
+ sax@^1.5.0:
7512
+ version "1.6.0"
7513
+ resolved "https://registry.yarnpkg.com/sax/-/sax-1.6.0.tgz#da59637629307b97e7c4cb28e080a7bc38560d5b"
7514
+ integrity sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==
7515
+
7516
7516
  scheduler@0.26.0, scheduler@^0.26.0:
7517
7517
  version "0.26.0"
7518
7518
  resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.26.0.tgz#4ce8a8c2a2095f13ea11bf9a445be50c555d6337"
@@ -7978,17 +7978,17 @@ svg-parser@^2.0.4:
7978
7978
  integrity sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==
7979
7979
 
7980
7980
  svgo@^3.0.2:
7981
- version "3.3.2"
7982
- resolved "https://registry.yarnpkg.com/svgo/-/svgo-3.3.2.tgz#ad58002652dffbb5986fc9716afe52d869ecbda8"
7983
- integrity sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw==
7981
+ version "3.3.3"
7982
+ resolved "https://registry.yarnpkg.com/svgo/-/svgo-3.3.3.tgz#8246aee0b08791fde3b0ed22b5661b471fadf58e"
7983
+ integrity sha512-+wn7I4p7YgJhHs38k2TNjy1vCfPIfLIJWR5MnCStsN8WuuTcBnRKcMHQLMM2ijxGZmDoZwNv8ipl5aTTen62ng==
7984
7984
  dependencies:
7985
- "@trysound/sax" "0.2.0"
7986
7985
  commander "^7.2.0"
7987
7986
  css-select "^5.1.0"
7988
7987
  css-tree "^2.3.1"
7989
7988
  css-what "^6.1.0"
7990
7989
  csso "^5.0.5"
7991
7990
  picocolors "^1.0.0"
7991
+ sax "^1.5.0"
7992
7992
 
7993
7993
  synckit@^0.11.7, synckit@^0.11.8:
7994
7994
  version "0.11.8"