@computools/react-native-template-controller 1.0.31 → 1.0.33

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 (63) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
  3. package/template/Gemfile +2 -1
  4. package/template/Gemfile.lock +119 -0
  5. package/template/android/app/src/development/AndroidManifest.xml +3 -2
  6. package/template/android/app/src/development/res/drawable-hdpi/bootsplash_logo.png +0 -0
  7. package/template/android/app/src/development/res/drawable-mdpi/bootsplash_logo.png +0 -0
  8. package/template/android/app/src/development/res/drawable-xhdpi/bootsplash_logo.png +0 -0
  9. package/template/android/app/src/development/res/drawable-xxhdpi/bootsplash_logo.png +0 -0
  10. package/template/android/app/src/development/res/drawable-xxxhdpi/bootsplash_logo.png +0 -0
  11. package/template/android/app/src/development/res/values/styles.xml +4 -4
  12. package/template/android/app/src/main/AndroidManifest.xml +22 -22
  13. package/template/android/app/src/main/java/com/reactnativetemplate/MainActivity.kt +4 -2
  14. package/template/android/app/src/main/res/drawable-hdpi/bootsplash_logo.png +0 -0
  15. package/template/android/app/src/main/res/drawable-mdpi/bootsplash_logo.png +0 -0
  16. package/template/android/app/src/main/res/drawable-xhdpi/bootsplash_logo.png +0 -0
  17. package/template/android/app/src/main/res/drawable-xxhdpi/bootsplash_logo.png +0 -0
  18. package/template/android/app/src/main/res/drawable-xxxhdpi/bootsplash_logo.png +0 -0
  19. package/template/android/app/src/main/res/values/colors.xml +1 -1
  20. package/template/android/app/src/main/res/values/styles.xml +4 -6
  21. package/template/android/app/src/staging/AndroidManifest.xml +3 -2
  22. package/template/android/app/src/staging/res/drawable-hdpi/bootsplash_logo.png +0 -0
  23. package/template/android/app/src/staging/res/drawable-mdpi/bootsplash_logo.png +0 -0
  24. package/template/android/app/src/staging/res/drawable-xhdpi/bootsplash_logo.png +0 -0
  25. package/template/android/app/src/staging/res/drawable-xxhdpi/bootsplash_logo.png +0 -0
  26. package/template/android/app/src/staging/res/drawable-xxxhdpi/bootsplash_logo.png +0 -0
  27. package/template/android/app/src/staging/res/values/styles.xml +4 -4
  28. package/template/android/build.gradle +2 -2
  29. package/template/ios/Podfile +0 -5
  30. package/template/ios/Podfile.lock +2009 -0
  31. package/template/ios/PrivacyInfo.xcprivacy +31 -31
  32. package/template/ios/ReactNativeTemplate/AppDeletage.swift +35 -0
  33. package/template/ios/ReactNativeTemplate-Bridging-Header.h +1 -0
  34. package/template/ios/ReactNativeTemplate.xcodeproj/project.pbxproj +38 -90
  35. package/template/ios/ReactNativeTemplate.xcworkspace/contents.xcworkspacedata +10 -0
  36. package/template/ios/ReactNativeTemplate.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -0
  37. package/template/ios/ReactNativeTemplateDev-Bridging-Header.h +1 -0
  38. package/template/ios/ReactNativeTemplateStg-Bridging-Header.h +1 -0
  39. package/template/metro.config.js +1 -1
  40. package/template/package.json +20 -21
  41. package/template/src/assets/images/logo.svg +3 -0
  42. package/template/yarn.lock +7890 -0
  43. package/template/android/app/src/development/res/drawable/launch_screen.xml +0 -11
  44. package/template/android/app/src/development/res/mipmap-hdpi/logo.png +0 -0
  45. package/template/android/app/src/development/res/mipmap-mdpi/logo.png +0 -0
  46. package/template/android/app/src/development/res/mipmap-xhdpi/logo.png +0 -0
  47. package/template/android/app/src/development/res/mipmap-xxhdpi/logo.png +0 -0
  48. package/template/android/app/src/development/res/mipmap-xxxhdpi/logo.png +0 -0
  49. package/template/android/app/src/main/res/drawable/launch_screen.xml +0 -11
  50. package/template/android/app/src/main/res/mipmap-hdpi/logo.png +0 -0
  51. package/template/android/app/src/main/res/mipmap-mdpi/logo.png +0 -0
  52. package/template/android/app/src/main/res/mipmap-xhdpi/logo.png +0 -0
  53. package/template/android/app/src/main/res/mipmap-xxhdpi/logo.png +0 -0
  54. package/template/android/app/src/main/res/mipmap-xxxhdpi/logo.png +0 -0
  55. package/template/android/app/src/staging/res/drawable/launch_screen.xml +0 -11
  56. package/template/android/app/src/staging/res/mipmap-hdpi/logo.png +0 -0
  57. package/template/android/app/src/staging/res/mipmap-mdpi/logo.png +0 -0
  58. package/template/android/app/src/staging/res/mipmap-xhdpi/logo.png +0 -0
  59. package/template/android/app/src/staging/res/mipmap-xxhdpi/logo.png +0 -0
  60. package/template/android/app/src/staging/res/mipmap-xxxhdpi/logo.png +0 -0
  61. package/template/ios/ReactNativeTemplate/AppDelegate.h +0 -6
  62. package/template/ios/ReactNativeTemplate/AppDelegate.mm +0 -34
  63. package/template/ios/ReactNativeTemplate/main.m +0 -10
@@ -2,36 +2,36 @@
2
2
  <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
3
  <plist version="1.0">
4
4
  <dict>
5
- <key>NSPrivacyAccessedAPITypes</key>
6
- <array>
7
- <dict>
8
- <key>NSPrivacyAccessedAPIType</key>
9
- <string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
10
- <key>NSPrivacyAccessedAPITypeReasons</key>
11
- <array>
12
- <string>C617.1</string>
13
- </array>
14
- </dict>
15
- <dict>
16
- <key>NSPrivacyAccessedAPIType</key>
17
- <string>NSPrivacyAccessedAPICategoryUserDefaults</string>
18
- <key>NSPrivacyAccessedAPITypeReasons</key>
19
- <array>
20
- <string>CA92.1</string>
21
- </array>
22
- </dict>
23
- <dict>
24
- <key>NSPrivacyAccessedAPIType</key>
25
- <string>NSPrivacyAccessedAPICategorySystemBootTime</string>
26
- <key>NSPrivacyAccessedAPITypeReasons</key>
27
- <array>
28
- <string>35F9.1</string>
29
- </array>
30
- </dict>
31
- </array>
32
- <key>NSPrivacyCollectedDataTypes</key>
5
+ <key>NSPrivacyAccessedAPITypes</key>
6
+ <array>
7
+ <dict>
8
+ <key>NSPrivacyAccessedAPIType</key>
9
+ <string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
10
+ <key>NSPrivacyAccessedAPITypeReasons</key>
11
+ <array>
12
+ <string>C617.1</string>
13
+ </array>
14
+ </dict>
15
+ <dict>
16
+ <key>NSPrivacyAccessedAPIType</key>
17
+ <string>NSPrivacyAccessedAPICategoryUserDefaults</string>
18
+ <key>NSPrivacyAccessedAPITypeReasons</key>
19
+ <array>
20
+ <string>CA92.1</string>
21
+ </array>
22
+ </dict>
23
+ <dict>
24
+ <key>NSPrivacyAccessedAPIType</key>
25
+ <string>NSPrivacyAccessedAPICategorySystemBootTime</string>
26
+ <key>NSPrivacyAccessedAPITypeReasons</key>
27
+ <array>
28
+ <string>35F9.1</string>
29
+ </array>
30
+ </dict>
31
+ </array>
32
+ <key>NSPrivacyCollectedDataTypes</key>
33
33
  <array/>
34
- <key>NSPrivacyTracking</key>
35
- <false/>
34
+ <key>NSPrivacyTracking</key>
35
+ <false/>
36
36
  </dict>
37
- </plist>
37
+ </plist>
@@ -0,0 +1,35 @@
1
+ import UIKit
2
+ import React
3
+ import React_RCTAppDelegate
4
+ import ReactAppDependencyProvider
5
+
6
+ @main
7
+ class AppDelegate: RCTAppDelegate {
8
+ override func customize(_ rootView: RCTRootView!) {
9
+ super.customize(rootView)
10
+ RNBootSplash.initWithStoryboard("LaunchScreen", rootView: rootView)
11
+ }
12
+
13
+ override func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey : Any]? = nil) -> Bool {
14
+ self.moduleName = "ReactNativeTemplate"
15
+ self.dependencyProvider = RCTAppDependencyProvider()
16
+
17
+ // You can add your custom initial props in the dictionary below.
18
+ // They will be passed down to the ViewController used by React Native.
19
+ self.initialProps = [:]
20
+
21
+ return super.application(application, didFinishLaunchingWithOptions: launchOptions)
22
+ }
23
+
24
+ override func sourceURL(for bridge: RCTBridge) -> URL? {
25
+ self.bundleURL()
26
+ }
27
+
28
+ override func bundleURL() -> URL? {
29
+ #if DEBUG
30
+ RCTBundleURLProvider.sharedSettings().jsBundleURL(forBundleRoot: "index")
31
+ #else
32
+ Bundle.main.url(forResource: "main", withExtension: "jsbundle")
33
+ #endif
34
+ }
35
+ }
@@ -0,0 +1 @@
1
+ #import "RNBootSplash.h"
@@ -8,17 +8,11 @@
8
8
 
9
9
  /* Begin PBXBuildFile section */
10
10
  00E356F31AD99517003FC87E /* ReactNativeTemplateTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* ReactNativeTemplateTests.m */; };
11
- 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; };
12
11
  13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
13
- 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
14
12
  162503C0161B40312DA37C25 /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F6871D19848CB427931AA26F /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg.a */; };
15
13
  81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
16
- 9314CDC02AF3CEA200F58B73 /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; };
17
- 9314CDC12AF3CEA200F58B73 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
18
14
  9314CDC52AF3CEA200F58B73 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
19
15
  9314CDC62AF3CEA200F58B73 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
20
- 9314CDD32AF3CEAA00F58B73 /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; };
21
- 9314CDD42AF3CEAA00F58B73 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
22
16
  9314CDD82AF3CEAA00F58B73 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
23
17
  9314CDD92AF3CEAA00F58B73 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
24
18
  93A2C9812BF38F6600E20871 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 93A2C9802BF38F6600E20871 /* PrivacyInfo.xcprivacy */; };
@@ -27,7 +21,9 @@
27
21
  93A2C9842BF38F6600E20871 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 93A2C9802BF38F6600E20871 /* PrivacyInfo.xcprivacy */; };
28
22
  B4FF9A1393E551B3A2C2CCE1 /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0999B49FC36D0870A11D39C7 /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev.a */; };
29
23
  CC8E444894E64A0F49524DDC /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplate.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CC42567843001A172A5AC86F /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplate.a */; };
30
- DA40CCEC7246CF33415191BA /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E4714C820F04528142F0F59 /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests.a */; };
24
+ D7DEBCA72D491DAF00571FEB /* AppDeletage.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7DEBCA62D491DAF00571FEB /* AppDeletage.swift */; };
25
+ D7DEBCA82D491DAF00571FEB /* AppDeletage.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7DEBCA62D491DAF00571FEB /* AppDeletage.swift */; };
26
+ D7DEBCA92D491DAF00571FEB /* AppDeletage.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7DEBCA62D491DAF00571FEB /* AppDeletage.swift */; };
31
27
  /* End PBXBuildFile section */
32
28
 
33
29
  /* Begin PBXContainerItemProxy section */
@@ -47,16 +43,11 @@
47
43
  01E29AB8972BC7DDE200D979 /* Pods-ReactNativeTemplateCommonPods-ReactNativeTemplate.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeTemplateCommonPods-ReactNativeTemplate.debug.xcconfig"; path = "Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplate/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplate.debug.xcconfig"; sourceTree = "<group>"; };
48
44
  0999B49FC36D0870A11D39C7 /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev.a"; sourceTree = BUILT_PRODUCTS_DIR; };
49
45
  13B07F961A680F5B00A75B9A /* ReactNativeTemplate.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ReactNativeTemplate.app; sourceTree = BUILT_PRODUCTS_DIR; };
50
- 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = ReactNativeTemplate/AppDelegate.h; sourceTree = "<group>"; };
51
- 13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = ReactNativeTemplate/AppDelegate.mm; sourceTree = "<group>"; };
52
46
  13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = ReactNativeTemplate/Images.xcassets; sourceTree = "<group>"; };
53
47
  13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = ReactNativeTemplate/Info.plist; sourceTree = "<group>"; };
54
- 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = ReactNativeTemplate/main.m; sourceTree = "<group>"; };
55
48
  145B005FC8B206A784FAA243 /* Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev.release.xcconfig"; path = "Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev.release.xcconfig"; sourceTree = "<group>"; };
56
- 1E4714C820F04528142F0F59 /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
57
49
  31D9BD4FD4CD4C2DDED5A7A4 /* Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg.debug.xcconfig"; path = "Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg.debug.xcconfig"; sourceTree = "<group>"; };
58
50
  36E5F7BE6CDDBEBBAA69B2A2 /* Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev.debug.xcconfig"; path = "Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev.debug.xcconfig"; sourceTree = "<group>"; };
59
- 3845E4989D172A9033E127D1 /* Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests.release.xcconfig"; path = "Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests.release.xcconfig"; sourceTree = "<group>"; };
60
51
  3B4392A12AC88292D35C810B /* Pods-ReactNativeTemplate.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeTemplate.debug.xcconfig"; path = "Target Support Files/Pods-ReactNativeTemplate/Pods-ReactNativeTemplate.debug.xcconfig"; sourceTree = "<group>"; };
61
52
  4224CAEEB737267578074379 /* Pods-ReactNativeTemplateCommonPods-ReactNativeTemplate.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeTemplateCommonPods-ReactNativeTemplate.release.xcconfig"; path = "Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplate/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplate.release.xcconfig"; sourceTree = "<group>"; };
62
53
  5709B34CF0A7D63546082F79 /* Pods-ReactNativeTemplate.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeTemplate.release.xcconfig"; path = "Target Support Files/Pods-ReactNativeTemplate/Pods-ReactNativeTemplate.release.xcconfig"; sourceTree = "<group>"; };
@@ -64,13 +55,16 @@
64
55
  650ED8311273C37F5466411A /* Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg.release.xcconfig"; path = "Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg.release.xcconfig"; sourceTree = "<group>"; };
65
56
  81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = ReactNativeTemplate/LaunchScreen.storyboard; sourceTree = "<group>"; };
66
57
  89C6BE57DB24E9ADA2F236DE /* Pods-ReactNativeTemplate-ReactNativeTemplateTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeTemplate-ReactNativeTemplateTests.release.xcconfig"; path = "Target Support Files/Pods-ReactNativeTemplate-ReactNativeTemplateTests/Pods-ReactNativeTemplate-ReactNativeTemplateTests.release.xcconfig"; sourceTree = "<group>"; };
67
- 8EBF383E00D37EDF8A756D7A /* Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests.debug.xcconfig"; path = "Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests.debug.xcconfig"; sourceTree = "<group>"; };
68
58
  9314CDCD2AF3CEA200F58B73 /* ReactNativeTemplateDev.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ReactNativeTemplateDev.app; sourceTree = BUILT_PRODUCTS_DIR; };
69
59
  9314CDCE2AF3CEA200F58B73 /* ReactNativeTemplate_dev-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "ReactNativeTemplate_dev-Info.plist"; sourceTree = "<group>"; };
70
60
  9314CDE02AF3CEAA00F58B73 /* ReactNativeTemplateStg.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ReactNativeTemplateStg.app; sourceTree = BUILT_PRODUCTS_DIR; };
71
61
  9314CDE12AF3CEAB00F58B73 /* ReactNativeTemplate_stg-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "ReactNativeTemplate_stg-Info.plist"; sourceTree = "<group>"; };
72
62
  93A2C9802BF38F6600E20871 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
73
63
  CC42567843001A172A5AC86F /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplate.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ReactNativeTemplateCommonPods-ReactNativeTemplate.a"; sourceTree = BUILT_PRODUCTS_DIR; };
64
+ D7DEBCA32D491DAE00571FEB /* ReactNativeTemplate-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ReactNativeTemplate-Bridging-Header.h"; sourceTree = "<group>"; };
65
+ D7DEBCA42D491DAE00571FEB /* ReactNativeTemplateStg-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ReactNativeTemplateStg-Bridging-Header.h"; sourceTree = "<group>"; };
66
+ D7DEBCA52D491DAE00571FEB /* ReactNativeTemplateDev-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ReactNativeTemplateDev-Bridging-Header.h"; sourceTree = "<group>"; };
67
+ D7DEBCA62D491DAF00571FEB /* AppDeletage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AppDeletage.swift; path = ReactNativeTemplate/AppDeletage.swift; sourceTree = "<group>"; };
74
68
  ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
75
69
  F6871D19848CB427931AA26F /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg.a"; sourceTree = BUILT_PRODUCTS_DIR; };
76
70
  /* End PBXFileReference section */
@@ -80,7 +74,6 @@
80
74
  isa = PBXFrameworksBuildPhase;
81
75
  buildActionMask = 2147483647;
82
76
  files = (
83
- DA40CCEC7246CF33415191BA /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests.a in Frameworks */,
84
77
  );
85
78
  runOnlyForDeploymentPostprocessing = 0;
86
79
  };
@@ -131,13 +124,14 @@
131
124
  13B07FAE1A68108700A75B9A /* ReactNativeTemplate */ = {
132
125
  isa = PBXGroup;
133
126
  children = (
134
- 13B07FAF1A68108700A75B9A /* AppDelegate.h */,
135
- 13B07FB01A68108700A75B9A /* AppDelegate.mm */,
136
127
  13B07FB51A68108700A75B9A /* Images.xcassets */,
137
128
  13B07FB61A68108700A75B9A /* Info.plist */,
138
129
  81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */,
139
- 13B07FB71A68108700A75B9A /* main.m */,
140
130
  93A2C9802BF38F6600E20871 /* PrivacyInfo.xcprivacy */,
131
+ D7DEBCA62D491DAF00571FEB /* AppDeletage.swift */,
132
+ D7DEBCA32D491DAE00571FEB /* ReactNativeTemplate-Bridging-Header.h */,
133
+ D7DEBCA42D491DAE00571FEB /* ReactNativeTemplateStg-Bridging-Header.h */,
134
+ D7DEBCA52D491DAE00571FEB /* ReactNativeTemplateDev-Bridging-Header.h */,
141
135
  );
142
136
  name = ReactNativeTemplate;
143
137
  sourceTree = "<group>";
@@ -149,7 +143,6 @@
149
143
  CC42567843001A172A5AC86F /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplate.a */,
150
144
  0999B49FC36D0870A11D39C7 /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev.a */,
151
145
  F6871D19848CB427931AA26F /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg.a */,
152
- 1E4714C820F04528142F0F59 /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests.a */,
153
146
  );
154
147
  name = Frameworks;
155
148
  sourceTree = "<group>";
@@ -202,8 +195,6 @@
202
195
  145B005FC8B206A784FAA243 /* Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev.release.xcconfig */,
203
196
  31D9BD4FD4CD4C2DDED5A7A4 /* Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg.debug.xcconfig */,
204
197
  650ED8311273C37F5466411A /* Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg.release.xcconfig */,
205
- 8EBF383E00D37EDF8A756D7A /* Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests.debug.xcconfig */,
206
- 3845E4989D172A9033E127D1 /* Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests.release.xcconfig */,
207
198
  );
208
199
  path = Pods;
209
200
  sourceTree = "<group>";
@@ -215,12 +206,9 @@
215
206
  isa = PBXNativeTarget;
216
207
  buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "ReactNativeTemplateTests" */;
217
208
  buildPhases = (
218
- A55EABD7B0C7F3A422A6CC61 /* [CP] Check Pods Manifest.lock */,
219
209
  00E356EA1AD99517003FC87E /* Sources */,
220
210
  00E356EB1AD99517003FC87E /* Frameworks */,
221
211
  00E356EC1AD99517003FC87E /* Resources */,
222
- C59DA0FBD6956966B86A3779 /* [CP] Embed Pods Frameworks */,
223
- F6A41C54EA430FDDC6A6ED99 /* [CP] Copy Pods Resources */,
224
212
  );
225
213
  buildRules = (
226
214
  );
@@ -308,7 +296,13 @@
308
296
  TestTargetID = 13B07F861A680F5B00A75B9A;
309
297
  };
310
298
  13B07F861A680F5B00A75B9A = {
311
- LastSwiftMigration = 1120;
299
+ LastSwiftMigration = 1520;
300
+ };
301
+ 9314CDBC2AF3CEA200F58B73 = {
302
+ LastSwiftMigration = 1520;
303
+ };
304
+ 9314CDCF2AF3CEAA00F58B73 = {
305
+ LastSwiftMigration = 1520;
312
306
  };
313
307
  };
314
308
  };
@@ -552,28 +546,6 @@
552
546
  shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg-resources.sh\"\n";
553
547
  showEnvVarsInLog = 0;
554
548
  };
555
- A55EABD7B0C7F3A422A6CC61 /* [CP] Check Pods Manifest.lock */ = {
556
- isa = PBXShellScriptBuildPhase;
557
- buildActionMask = 2147483647;
558
- files = (
559
- );
560
- inputFileListPaths = (
561
- );
562
- inputPaths = (
563
- "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
564
- "${PODS_ROOT}/Manifest.lock",
565
- );
566
- name = "[CP] Check Pods Manifest.lock";
567
- outputFileListPaths = (
568
- );
569
- outputPaths = (
570
- "$(DERIVED_FILE_DIR)/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests-checkManifestLockResult.txt",
571
- );
572
- runOnlyForDeploymentPostprocessing = 0;
573
- shellPath = /bin/sh;
574
- shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
575
- showEnvVarsInLog = 0;
576
- };
577
549
  C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */ = {
578
550
  isa = PBXShellScriptBuildPhase;
579
551
  buildActionMask = 2147483647;
@@ -596,23 +568,6 @@
596
568
  shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
597
569
  showEnvVarsInLog = 0;
598
570
  };
599
- C59DA0FBD6956966B86A3779 /* [CP] Embed Pods Frameworks */ = {
600
- isa = PBXShellScriptBuildPhase;
601
- buildActionMask = 2147483647;
602
- files = (
603
- );
604
- inputFileListPaths = (
605
- "${PODS_ROOT}/Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
606
- );
607
- name = "[CP] Embed Pods Frameworks";
608
- outputFileListPaths = (
609
- "${PODS_ROOT}/Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
610
- );
611
- runOnlyForDeploymentPostprocessing = 0;
612
- shellPath = /bin/sh;
613
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests-frameworks.sh\"\n";
614
- showEnvVarsInLog = 0;
615
- };
616
571
  E235C05ADACE081382539298 /* [CP] Copy Pods Resources */ = {
617
572
  isa = PBXShellScriptBuildPhase;
618
573
  buildActionMask = 2147483647;
@@ -630,23 +585,6 @@
630
585
  shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplate/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplate-resources.sh\"\n";
631
586
  showEnvVarsInLog = 0;
632
587
  };
633
- F6A41C54EA430FDDC6A6ED99 /* [CP] Copy Pods Resources */ = {
634
- isa = PBXShellScriptBuildPhase;
635
- buildActionMask = 2147483647;
636
- files = (
637
- );
638
- inputFileListPaths = (
639
- "${PODS_ROOT}/Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests-resources-${CONFIGURATION}-input-files.xcfilelist",
640
- );
641
- name = "[CP] Copy Pods Resources";
642
- outputFileListPaths = (
643
- "${PODS_ROOT}/Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests-resources-${CONFIGURATION}-output-files.xcfilelist",
644
- );
645
- runOnlyForDeploymentPostprocessing = 0;
646
- shellPath = /bin/sh;
647
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests-resources.sh\"\n";
648
- showEnvVarsInLog = 0;
649
- };
650
588
  /* End PBXShellScriptBuildPhase section */
651
589
 
652
590
  /* Begin PBXSourcesBuildPhase section */
@@ -662,8 +600,7 @@
662
600
  isa = PBXSourcesBuildPhase;
663
601
  buildActionMask = 2147483647;
664
602
  files = (
665
- 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */,
666
- 13B07FC11A68108700A75B9A /* main.m in Sources */,
603
+ D7DEBCA72D491DAF00571FEB /* AppDeletage.swift in Sources */,
667
604
  );
668
605
  runOnlyForDeploymentPostprocessing = 0;
669
606
  };
@@ -671,8 +608,7 @@
671
608
  isa = PBXSourcesBuildPhase;
672
609
  buildActionMask = 2147483647;
673
610
  files = (
674
- 9314CDC02AF3CEA200F58B73 /* AppDelegate.mm in Sources */,
675
- 9314CDC12AF3CEA200F58B73 /* main.m in Sources */,
611
+ D7DEBCA92D491DAF00571FEB /* AppDeletage.swift in Sources */,
676
612
  );
677
613
  runOnlyForDeploymentPostprocessing = 0;
678
614
  };
@@ -680,8 +616,7 @@
680
616
  isa = PBXSourcesBuildPhase;
681
617
  buildActionMask = 2147483647;
682
618
  files = (
683
- 9314CDD32AF3CEAA00F58B73 /* AppDelegate.mm in Sources */,
684
- 9314CDD42AF3CEAA00F58B73 /* main.m in Sources */,
619
+ D7DEBCA82D491DAF00571FEB /* AppDeletage.swift in Sources */,
685
620
  );
686
621
  runOnlyForDeploymentPostprocessing = 0;
687
622
  };
@@ -698,8 +633,8 @@
698
633
  /* Begin XCBuildConfiguration section */
699
634
  00E356F61AD99517003FC87E /* Debug */ = {
700
635
  isa = XCBuildConfiguration;
701
- baseConfigurationReference = 8EBF383E00D37EDF8A756D7A /* Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests.debug.xcconfig */;
702
636
  buildSettings = {
637
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
703
638
  BUNDLE_LOADER = "$(TEST_HOST)";
704
639
  GCC_PREPROCESSOR_DEFINITIONS = (
705
640
  "DEBUG=1",
@@ -725,8 +660,8 @@
725
660
  };
726
661
  00E356F71AD99517003FC87E /* Release */ = {
727
662
  isa = XCBuildConfiguration;
728
- baseConfigurationReference = 3845E4989D172A9033E127D1 /* Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests.release.xcconfig */;
729
663
  buildSettings = {
664
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
730
665
  BUNDLE_LOADER = "$(TEST_HOST)";
731
666
  COPY_PHASE_STRIP = NO;
732
667
  INFOPLIST_FILE = ReactNativeTemplateTests/Info.plist;
@@ -769,6 +704,7 @@
769
704
  );
770
705
  PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
771
706
  PRODUCT_NAME = ReactNativeTemplate;
707
+ SWIFT_OBJC_BRIDGING_HEADER = "ReactNativeTemplate-Bridging-Header.h";
772
708
  SWIFT_OPTIMIZATION_LEVEL = "-Onone";
773
709
  SWIFT_VERSION = 5.0;
774
710
  VERSIONING_SYSTEM = "apple-generic";
@@ -796,6 +732,7 @@
796
732
  );
797
733
  PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
798
734
  PRODUCT_NAME = ReactNativeTemplate;
735
+ SWIFT_OBJC_BRIDGING_HEADER = "ReactNativeTemplate-Bridging-Header.h";
799
736
  SWIFT_VERSION = 5.0;
800
737
  VERSIONING_SYSTEM = "apple-generic";
801
738
  };
@@ -872,9 +809,13 @@
872
809
  "-DFOLLY_CFG_NO_COROUTINES=1",
873
810
  "-DFOLLY_HAVE_CLOCK_GETTIME=1",
874
811
  );
875
- OTHER_LDFLAGS = "$(inherited) ";
812
+ OTHER_LDFLAGS = (
813
+ "$(inherited)",
814
+ " ",
815
+ );
876
816
  REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
877
817
  SDKROOT = iphoneos;
818
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
878
819
  USE_HERMES = true;
879
820
  };
880
821
  name = Debug;
@@ -945,7 +886,10 @@
945
886
  "-DFOLLY_CFG_NO_COROUTINES=1",
946
887
  "-DFOLLY_HAVE_CLOCK_GETTIME=1",
947
888
  );
948
- OTHER_LDFLAGS = "$(inherited) ";
889
+ OTHER_LDFLAGS = (
890
+ "$(inherited)",
891
+ " ",
892
+ );
949
893
  REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
950
894
  SDKROOT = iphoneos;
951
895
  USE_HERMES = true;
@@ -975,6 +919,7 @@
975
919
  );
976
920
  PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
977
921
  PRODUCT_NAME = "$(TARGET_NAME)";
922
+ SWIFT_OBJC_BRIDGING_HEADER = "ReactNativeTemplateDev-Bridging-Header.h";
978
923
  SWIFT_OPTIMIZATION_LEVEL = "-Onone";
979
924
  SWIFT_VERSION = 5.0;
980
925
  VERSIONING_SYSTEM = "apple-generic";
@@ -1002,6 +947,7 @@
1002
947
  );
1003
948
  PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
1004
949
  PRODUCT_NAME = "$(TARGET_NAME)";
950
+ SWIFT_OBJC_BRIDGING_HEADER = "ReactNativeTemplateDev-Bridging-Header.h";
1005
951
  SWIFT_VERSION = 5.0;
1006
952
  VERSIONING_SYSTEM = "apple-generic";
1007
953
  };
@@ -1029,6 +975,7 @@
1029
975
  );
1030
976
  PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
1031
977
  PRODUCT_NAME = "$(TARGET_NAME)";
978
+ SWIFT_OBJC_BRIDGING_HEADER = "ReactNativeTemplateStg-Bridging-Header.h";
1032
979
  SWIFT_OPTIMIZATION_LEVEL = "-Onone";
1033
980
  SWIFT_VERSION = 5.0;
1034
981
  VERSIONING_SYSTEM = "apple-generic";
@@ -1056,6 +1003,7 @@
1056
1003
  );
1057
1004
  PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
1058
1005
  PRODUCT_NAME = "$(TARGET_NAME)";
1006
+ SWIFT_OBJC_BRIDGING_HEADER = "ReactNativeTemplateStg-Bridging-Header.h";
1059
1007
  SWIFT_VERSION = 5.0;
1060
1008
  VERSIONING_SYSTEM = "apple-generic";
1061
1009
  };
@@ -0,0 +1,10 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <Workspace
3
+ version = "1.0">
4
+ <FileRef
5
+ location = "group:ReactNativeTemplate.xcodeproj">
6
+ </FileRef>
7
+ <FileRef
8
+ location = "group:Pods/Pods.xcodeproj">
9
+ </FileRef>
10
+ </Workspace>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version="1.0">
4
+ <dict>
5
+ <key>IDEDidComputeMac32BitWarning</key>
6
+ <true/>
7
+ </dict>
8
+ </plist>
@@ -0,0 +1 @@
1
+ #import "RNBootSplash.h"
@@ -0,0 +1 @@
1
+ #import "RNBootSplash.h"
@@ -4,7 +4,7 @@ const {getDefaultConfig, mergeConfig} = require('@react-native/metro-config');
4
4
  * Metro configuration
5
5
  * https://reactnative.dev/docs/metro
6
6
  *
7
- * @type {import('metro-config').MetroConfig}
7
+ * @type {import('@react-native/metro-config').MetroConfig}
8
8
  */
9
9
  const config = {};
10
10
 
@@ -27,23 +27,23 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@hookform/resolvers": "3.3.4",
30
- "@react-navigation/native": "^6.1.17",
31
- "@react-navigation/native-stack": "^6.9.26",
30
+ "@react-navigation/native": "^7.0.14",
31
+ "@react-navigation/native-stack": "^7.2.0",
32
32
  "axios": "^1.7.2",
33
- "i18next": "23.7.16",
34
- "mobx": "6.12.0",
35
- "mobx-react-lite": "4.0.5",
33
+ "i18next": "24.2.2",
34
+ "mobx": "6.13.5",
35
+ "mobx-react-lite": "4.1.0",
36
36
  "react": "18.3.1",
37
- "react-hook-form": "7.49.2",
38
- "react-i18next": "14.0.0",
39
- "react-native": "0.76.2",
40
- "react-native-bootsplash": "4.5.3",
41
- "react-native-config": "1.5.1",
42
- "react-native-mmkv": "3.1.0",
43
- "react-native-safe-area-context": "4.14.0",
44
- "react-native-screens": "3.34.1",
45
- "react-native-svg": "15.8.0",
46
- "yup": "1.3.3"
37
+ "react-hook-form": "7.54.2",
38
+ "react-i18next": "15.4.0",
39
+ "react-native": "0.77.0",
40
+ "react-native-bootsplash": "6.3.2",
41
+ "react-native-config": "1.5.3",
42
+ "react-native-mmkv": "3.2.0",
43
+ "react-native-safe-area-context": "5.1.0",
44
+ "react-native-screens": "4.5.0",
45
+ "react-native-svg": "15.11.1",
46
+ "yup": "1.6.1"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@babel/core": "^7.25.2",
@@ -52,16 +52,15 @@
52
52
  "@react-native-community/cli": "15.0.1",
53
53
  "@react-native-community/cli-platform-android": "15.0.1",
54
54
  "@react-native-community/cli-platform-ios": "15.0.1",
55
- "@react-native/babel-preset": "0.76.2",
56
- "@react-native/eslint-config": "0.76.2",
57
- "@react-native/metro-config": "0.76.2",
58
- "@react-native/typescript-config": "0.76.2",
59
- "@types/jest": "^29.2.1",
55
+ "@react-native/babel-preset": "0.77.0",
56
+ "@react-native/eslint-config": "0.77.0",
57
+ "@react-native/metro-config": "0.77.0",
58
+ "@react-native/typescript-config": "0.77.0",
59
+ "@types/jest": "^29.5.13",
60
60
  "@types/metro-config": "^0.76.3",
61
61
  "@types/react": "18.2.6",
62
62
  "@types/react-test-renderer": "^18.0.0",
63
63
  "@typescript-eslint/parser": "5.53.0",
64
- "babel-jest": "29.6.3",
65
64
  "babel-plugin-module-resolver": "5.0.0",
66
65
  "eslint": "^8.19.0",
67
66
  "eslint-import-resolver-babel-module": "5.3.2",
@@ -0,0 +1,3 @@
1
+ <svg width="56" height="44" viewBox="0 0 56 44" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M54.3485 30.1903C53.2313 29.0731 51.5588 29.0165 48.6969 29.0131C45.7596 28.992 44.6468 28.4123 43.513 27.2785C42.3625 26.1291 41.7783 24.9852 41.7783 21.929C41.7783 18.8506 41.7483 17.1315 40.6012 15.9832C39.424 14.8072 37.6227 14.8061 34.6376 14.8061C31.6525 14.8061 29.8501 14.8061 28.674 15.9832C27.498 17.1604 27.4968 18.9761 27.4957 21.9801C27.4946 24.9841 26.906 26.1302 25.7622 27.274C24.6628 28.3735 23.6077 28.9398 20.8903 29.002C18.7569 28.9554 17.4176 28.6755 16.0161 27.274C14.8934 26.1513 14.317 25.053 14.2837 22.1856C14.3137 19.2982 14.8912 18.1954 16.0161 17.0693C17.1666 15.9199 18.3094 15.3358 21.3667 15.3358C24.0453 15.3358 25.7455 15.2658 26.8527 14.1586C28.031 12.9815 28.031 11.2002 28.031 7.96628C28.031 4.7324 28.031 2.9511 26.8527 1.77393C25.6745 0.596766 23.8765 0.600098 20.8892 0.600098C17.9018 0.600098 16.1028 0.600098 14.9256 1.77838C13.7484 2.95665 13.7484 4.70908 13.7484 7.90298V8.3794C13.7395 10.9492 13.6574 12.5861 12.5935 13.65C11.6251 14.6195 10.2502 14.7905 7.53609 14.8061H6.84978C3.9746 14.8061 2.28881 14.8727 1.17828 15.9843C0 17.1615 0 18.9428 0 22.1767C0 25.4106 0 27.1919 1.17828 28.369C2.28881 29.4796 3.97127 29.544 6.842 29.5473H7.47279C9.95261 29.5595 11.5351 29.6439 12.5935 30.7023C13.7451 31.8539 13.7495 33.6163 13.7495 36.8102V36.8435C13.7495 39.7898 13.8062 41.4567 14.9267 42.5783C16.1039 43.7544 17.9052 43.7555 20.8903 43.7555C23.8754 43.7555 25.6778 43.7555 26.8538 42.5783C28.0299 41.4011 28.0321 39.6187 28.0321 36.3849V36.175C28.0377 33.4941 28.0965 31.7961 29.1882 30.7045C30.251 29.6406 31.889 29.5584 34.4577 29.5495H34.6154C37.2984 29.5495 38.9986 29.6139 40.0903 30.7045C41.1531 31.7684 41.2353 33.4064 41.2453 35.9762V36.4515C41.2453 39.6432 41.253 41.4089 42.4224 42.5783C43.5918 43.7477 45.4009 43.7555 48.386 43.7555C51.3711 43.7555 53.1735 43.7555 54.3496 42.5783C55.5256 41.4011 55.5267 39.6165 55.5267 36.3826C55.5267 33.1488 55.5267 31.3686 54.3485 30.1903Z" fill="black"/>
3
+ </svg>