react-native-spike-sdk 4.3.133 → 4.3.143-beta.2

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.
@@ -28,18 +28,24 @@ Pod::Spec.new do |s|
28
28
  s.dependency 'ExpoModulesCore'
29
29
  s.dependency "SpikeSDK", "#{package["iosVersion"]}"
30
30
 
31
- # Don't install the dependencies when we run `pod install` in the old architecture.
32
- if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then
33
- s.compiler_flags = folly_compiler_flags + " -DRCT_NEW_ARCH_ENABLED=1"
34
- s.pod_target_xcconfig = {
35
- "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost\"",
36
- "OTHER_CPLUSPLUSFLAGS" => "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1",
37
- "CLANG_CXX_LANGUAGE_STANDARD" => "c++17"
38
- }
39
- s.dependency "React-Codegen"
40
- s.dependency "RCT-Folly"
41
- s.dependency "RCTRequired"
42
- s.dependency "RCTTypeSafety"
43
- s.dependency "ReactCommon/turbomodule/core"
31
+ # Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
32
+ # See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.
33
+ if respond_to?(:install_modules_dependencies, true)
34
+ install_modules_dependencies(s)
35
+ else
36
+ # Don't install the dependencies when we run `pod install` in the old architecture.
37
+ if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then
38
+ s.compiler_flags = folly_compiler_flags + " -DRCT_NEW_ARCH_ENABLED=1"
39
+ s.pod_target_xcconfig = {
40
+ "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost\"",
41
+ "OTHER_CPLUSPLUSFLAGS" => "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1",
42
+ "CLANG_CXX_LANGUAGE_STANDARD" => "c++17"
43
+ }
44
+ s.dependency "React-Codegen"
45
+ s.dependency "RCT-Folly"
46
+ s.dependency "RCTRequired"
47
+ s.dependency "RCTTypeSafety"
48
+ s.dependency "ReactCommon/turbomodule/core"
49
+ end
44
50
  end
45
51
  end
@@ -5,5 +5,5 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.SPIKE_SDK_VERSION = void 0;
7
7
  // This file is auto-generated. Do not edit manually.
8
- const SPIKE_SDK_VERSION = exports.SPIKE_SDK_VERSION = "4.3.133";
8
+ const SPIKE_SDK_VERSION = exports.SPIKE_SDK_VERSION = "4.3.143-beta.2";
9
9
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["SPIKE_SDK_VERSION","exports"],"sourceRoot":"../../src","sources":["version.ts"],"mappings":";;;;;;AAAA;AACO,MAAMA,iBAAiB,GAAAC,OAAA,CAAAD,iBAAA,GAAG,SAAS","ignoreList":[]}
1
+ {"version":3,"names":["SPIKE_SDK_VERSION","exports"],"sourceRoot":"../../src","sources":["version.ts"],"mappings":";;;;;;AAAA;AACO,MAAMA,iBAAiB,GAAAC,OAAA,CAAAD,iBAAA,GAAG,gBAAgB","ignoreList":[]}
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
 
3
3
  // This file is auto-generated. Do not edit manually.
4
- export const SPIKE_SDK_VERSION = "4.3.133";
4
+ export const SPIKE_SDK_VERSION = "4.3.143-beta.2";
5
5
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["SPIKE_SDK_VERSION"],"sourceRoot":"../../src","sources":["version.ts"],"mappings":";;AAAA;AACA,OAAO,MAAMA,iBAAiB,GAAG,SAAS","ignoreList":[]}
1
+ {"version":3,"names":["SPIKE_SDK_VERSION"],"sourceRoot":"../../src","sources":["version.ts"],"mappings":";;AAAA;AACA,OAAO,MAAMA,iBAAiB,GAAG,gBAAgB","ignoreList":[]}
@@ -1,2 +1,2 @@
1
- export declare const SPIKE_SDK_VERSION = "4.3.133";
1
+ export declare const SPIKE_SDK_VERSION = "4.3.143-beta.2";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,iBAAiB,YAAY,CAAC"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,iBAAiB,mBAAmB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-spike-sdk",
3
- "version": "4.3.133",
3
+ "version": "4.3.143-beta.2",
4
4
  "iosVersion": "4.3.101",
5
5
  "description": "Spike API for health and productivity data from wearables and IoT devices",
6
6
  "main": "lib/commonjs/index",
@@ -27,18 +27,24 @@ Pod::Spec.new do |s|
27
27
  s.dependency "React-Core"
28
28
  s.dependency "SpikeSDK", "#{package["iosVersion"]}"
29
29
 
30
- # Don't install the dependencies when we run `pod install` in the old architecture.
31
- if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then
32
- s.compiler_flags = folly_compiler_flags + " -DRCT_NEW_ARCH_ENABLED=1"
33
- s.pod_target_xcconfig = {
34
- "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost\"",
35
- "OTHER_CPLUSPLUSFLAGS" => "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1",
36
- "CLANG_CXX_LANGUAGE_STANDARD" => "c++17"
37
- }
38
- s.dependency "React-Codegen"
39
- s.dependency "RCT-Folly"
40
- s.dependency "RCTRequired"
41
- s.dependency "RCTTypeSafety"
42
- s.dependency "ReactCommon/turbomodule/core"
30
+ # Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
31
+ # See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.
32
+ if respond_to?(:install_modules_dependencies, true)
33
+ install_modules_dependencies(s)
34
+ else
35
+ # Don't install the dependencies when we run `pod install` in the old architecture.
36
+ if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then
37
+ s.compiler_flags = folly_compiler_flags + " -DRCT_NEW_ARCH_ENABLED=1"
38
+ s.pod_target_xcconfig = {
39
+ "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost\"",
40
+ "OTHER_CPLUSPLUSFLAGS" => "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1",
41
+ "CLANG_CXX_LANGUAGE_STANDARD" => "c++17"
42
+ }
43
+ s.dependency "React-Codegen"
44
+ s.dependency "RCT-Folly"
45
+ s.dependency "RCTRequired"
46
+ s.dependency "RCTTypeSafety"
47
+ s.dependency "ReactCommon/turbomodule/core"
48
+ end
43
49
  end
44
50
  end
package/src/version.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  // This file is auto-generated. Do not edit manually.
2
- export const SPIKE_SDK_VERSION = "4.3.133";
2
+ export const SPIKE_SDK_VERSION = "4.3.143-beta.2";
3
3