@computools/react-native-template-controller 1.0.17 → 1.0.19

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/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  <img src="https://ik.imagekit.io/computools/computools-background/upload-8a50e7e4-c14e-4b55-ae17-bd0cca2f6493.webp">
12
12
 
13
- ### Latest supported RN version [0.73.5](https://github.com/facebook/react-native/releases/tag/v0.73.5) 🎯
13
+ ### Latest supported RN version [0.73.8](https://github.com/facebook/react-native/releases/tag/v0.73.8) 🎯
14
14
 
15
15
  ### Precondition: 📗
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@computools/react-native-template-controller",
3
- "version": "1.0.17",
3
+ "version": "1.0.19",
4
4
  "description": "Computools react native template by using mobx as controllers",
5
5
  "main": "template.config.js",
6
6
  "scripts": {
@@ -0,0 +1,2 @@
1
+ export NODE_BINARY=/Users/bogdankush/.nvm/versions/node/v18.18.0/bin/node
2
+
@@ -0,0 +1,38 @@
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>NSPrivacyCollectedDataTypes</key>
6
+ <array>
7
+ </array>
8
+ <key>NSPrivacyAccessedAPITypes</key>
9
+ <array>
10
+ <dict>
11
+ <key>NSPrivacyAccessedAPIType</key>
12
+ <string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
13
+ <key>NSPrivacyAccessedAPITypeReasons</key>
14
+ <array>
15
+ <string>C617.1</string>
16
+ </array>
17
+ </dict>
18
+ <dict>
19
+ <key>NSPrivacyAccessedAPIType</key>
20
+ <string>NSPrivacyAccessedAPICategoryUserDefaults</string>
21
+ <key>NSPrivacyAccessedAPITypeReasons</key>
22
+ <array>
23
+ <string>CA92.1</string>
24
+ </array>
25
+ </dict>
26
+ <dict>
27
+ <key>NSPrivacyAccessedAPIType</key>
28
+ <string>NSPrivacyAccessedAPICategorySystemBootTime</string>
29
+ <key>NSPrivacyAccessedAPITypeReasons</key>
30
+ <array>
31
+ <string>35F9.1</string>
32
+ </array>
33
+ </dict>
34
+ </array>
35
+ <key>NSPrivacyTracking</key>
36
+ <false/>
37
+ </dict>
38
+ </plist>
@@ -21,6 +21,10 @@
21
21
  9314CDD42AF3CEAA00F58B73 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
22
22
  9314CDD82AF3CEAA00F58B73 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
23
23
  9314CDD92AF3CEAA00F58B73 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
24
+ 93A2C9812BF38F6600E20871 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 93A2C9802BF38F6600E20871 /* PrivacyInfo.xcprivacy */; };
25
+ 93A2C9822BF38F6600E20871 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 93A2C9802BF38F6600E20871 /* PrivacyInfo.xcprivacy */; };
26
+ 93A2C9832BF38F6600E20871 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 93A2C9802BF38F6600E20871 /* PrivacyInfo.xcprivacy */; };
27
+ 93A2C9842BF38F6600E20871 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 93A2C9802BF38F6600E20871 /* PrivacyInfo.xcprivacy */; };
24
28
  B4FF9A1393E551B3A2C2CCE1 /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0999B49FC36D0870A11D39C7 /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev.a */; };
25
29
  CC8E444894E64A0F49524DDC /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplate.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CC42567843001A172A5AC86F /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplate.a */; };
26
30
  DA40CCEC7246CF33415191BA /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E4714C820F04528142F0F59 /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests.a */; };
@@ -65,6 +69,7 @@
65
69
  9314CDCE2AF3CEA200F58B73 /* ReactNativeTemplate_dev-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "ReactNativeTemplate_dev-Info.plist"; sourceTree = "<group>"; };
66
70
  9314CDE02AF3CEAA00F58B73 /* ReactNativeTemplateStg.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ReactNativeTemplateStg.app; sourceTree = BUILT_PRODUCTS_DIR; };
67
71
  9314CDE12AF3CEAB00F58B73 /* ReactNativeTemplate_stg-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "ReactNativeTemplate_stg-Info.plist"; sourceTree = "<group>"; };
72
+ 93A2C9802BF38F6600E20871 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
68
73
  CC42567843001A172A5AC86F /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplate.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ReactNativeTemplateCommonPods-ReactNativeTemplate.a"; sourceTree = BUILT_PRODUCTS_DIR; };
69
74
  ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
70
75
  F6871D19848CB427931AA26F /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg.a"; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -132,6 +137,7 @@
132
137
  13B07FB61A68108700A75B9A /* Info.plist */,
133
138
  81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */,
134
139
  13B07FB71A68108700A75B9A /* main.m */,
140
+ 93A2C9802BF38F6600E20871 /* PrivacyInfo.xcprivacy */,
135
141
  );
136
142
  name = ReactNativeTemplate;
137
143
  sourceTree = "<group>";
@@ -332,6 +338,7 @@
332
338
  isa = PBXResourcesBuildPhase;
333
339
  buildActionMask = 2147483647;
334
340
  files = (
341
+ 93A2C9842BF38F6600E20871 /* PrivacyInfo.xcprivacy in Resources */,
335
342
  );
336
343
  runOnlyForDeploymentPostprocessing = 0;
337
344
  };
@@ -339,6 +346,7 @@
339
346
  isa = PBXResourcesBuildPhase;
340
347
  buildActionMask = 2147483647;
341
348
  files = (
349
+ 93A2C9812BF38F6600E20871 /* PrivacyInfo.xcprivacy in Resources */,
342
350
  81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */,
343
351
  13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
344
352
  );
@@ -348,6 +356,7 @@
348
356
  isa = PBXResourcesBuildPhase;
349
357
  buildActionMask = 2147483647;
350
358
  files = (
359
+ 93A2C9832BF38F6600E20871 /* PrivacyInfo.xcprivacy in Resources */,
351
360
  9314CDC52AF3CEA200F58B73 /* LaunchScreen.storyboard in Resources */,
352
361
  9314CDC62AF3CEA200F58B73 /* Images.xcassets in Resources */,
353
362
  );
@@ -357,6 +366,7 @@
357
366
  isa = PBXResourcesBuildPhase;
358
367
  buildActionMask = 2147483647;
359
368
  files = (
369
+ 93A2C9822BF38F6600E20871 /* PrivacyInfo.xcprivacy in Resources */,
360
370
  9314CDD82AF3CEAA00F58B73 /* LaunchScreen.storyboard in Resources */,
361
371
  9314CDD92AF3CEAA00F58B73 /* Images.xcassets in Resources */,
362
372
  );
@@ -859,10 +869,7 @@
859
869
  "-DFOLLY_USE_LIBCPP=1",
860
870
  "-DFOLLY_CFG_NO_COROUTINES=1",
861
871
  );
862
- OTHER_LDFLAGS = (
863
- "$(inherited)",
864
- " ",
865
- );
872
+ OTHER_LDFLAGS = "$(inherited) ";
866
873
  REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
867
874
  SDKROOT = iphoneos;
868
875
  USE_HERMES = true;
@@ -934,10 +941,7 @@
934
941
  "-DFOLLY_USE_LIBCPP=1",
935
942
  "-DFOLLY_CFG_NO_COROUTINES=1",
936
943
  );
937
- OTHER_LDFLAGS = (
938
- "$(inherited)",
939
- " ",
940
- );
944
+ OTHER_LDFLAGS = "$(inherited) ";
941
945
  REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
942
946
  SDKROOT = iphoneos;
943
947
  USE_HERMES = true;
@@ -0,0 +1 @@
1
+ {"name":"React-Codegen","version":"0.73.8","summary":"Temp pod for generated files for React Native","homepage":"https://facebook.com/","license":"Unlicense","authors":"Facebook","compiler_flags":"-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -Wno-nullability-completeness -std=c++20","source":{"git":""},"header_mappings_dir":"./","platforms":{"ios":"13.4"},"source_files":"**/*.{h,mm,cpp}","pod_target_xcconfig":{"HEADER_SEARCH_PATHS":"\"$(PODS_ROOT)/boost\" \"$(PODS_ROOT)/RCT-Folly\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/fmt/include\" \"${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components\" \"$(PODS_ROOT)/Headers/Private/React-Fabric\" \"$(PODS_ROOT)/Headers/Private/React-RCTFabric\" \"$(PODS_ROOT)/Headers/Private/Yoga\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/fmt/include\" \"$(PODS_TARGET_SRCROOT)\"","FRAMEWORK_SEARCH_PATHS":[]},"dependencies":{"React-jsiexecutor":[],"RCT-Folly":[],"RCTRequired":[],"RCTTypeSafety":[],"React-Core":[],"React-jsi":[],"ReactCommon/turbomodule/bridging":[],"ReactCommon/turbomodule/core":[],"React-NativeModulesApple":[],"glog":[],"DoubleConversion":[],"hermes-engine":[],"React-rncore":[],"FBReactNativeSpec":[]}}
@@ -36,7 +36,7 @@
36
36
  "react": "18.2.0",
37
37
  "react-hook-form": "7.49.2",
38
38
  "react-i18next": "14.0.0",
39
- "react-native": "0.73.5",
39
+ "react-native": "0.73.8",
40
40
  "react-native-bootsplash": "4.5.3",
41
41
  "react-native-config": "1.5.1",
42
42
  "react-native-mmkv": "2.11.0",