react-native-reanimated 4.3.0-nightly-20251204-222f54bb9 → 4.3.0-nightly-20251205-3149e1123

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.
@@ -10,6 +10,7 @@ assert_new_architecture_enabled($new_arch_enabled)
10
10
 
11
11
  boost_compiler_flags = '-Wno-documentation'
12
12
  example_flag = $config[:is_reanimated_example_app] ? '-DIS_REANIMATED_EXAMPLE_APP' : ''
13
+ reanimated_profiling_flag = ENV['IS_REANIMATED_PROFILING'] ? '-DREANIMATED_PROFILING' : ''
13
14
  version_flags = "-DREACT_NATIVE_MINOR_VERSION=#{$config[:react_native_minor_version]} -DREANIMATED_VERSION=#{reanimated_package_json['version']}"
14
15
  ios_min_version = '13.4'
15
16
 
@@ -84,7 +85,7 @@ Pod::Spec.new do |s|
84
85
  "\"$(PODS_ROOT)/#{$config[:dynamic_frameworks_worklets_dir]}/apple\"",
85
86
  "\"$(PODS_ROOT)/#{$config[:dynamic_frameworks_worklets_dir]}/Common/cpp\"",
86
87
  ].join(' '),
87
- "OTHER_CFLAGS" => "$(inherited) #{example_flag} #{version_flags} #{compilation_metadata_generation_flag} #{feature_flags}",
88
+ "OTHER_CFLAGS" => "$(inherited) #{example_flag} #{version_flags} #{compilation_metadata_generation_flag} #{feature_flags} #{reanimated_profiling_flag}",
88
89
  }
89
90
  s.requires_arc = true
90
91
 
@@ -5,5 +5,5 @@
5
5
  * version used to build the native part of the library in runtime. Remember to
6
6
  * keep this in sync with the version declared in `package.json`
7
7
  */
8
- export const jsVersion = '4.3.0-nightly-20251204-222f54bb9';
8
+ export const jsVersion = '4.3.0-nightly-20251205-3149e1123';
9
9
  //# sourceMappingURL=jsVersion.js.map
@@ -3,5 +3,5 @@
3
3
  * version used to build the native part of the library in runtime. Remember to
4
4
  * keep this in sync with the version declared in `package.json`
5
5
  */
6
- export declare const jsVersion = "4.3.0-nightly-20251204-222f54bb9";
6
+ export declare const jsVersion = "4.3.0-nightly-20251205-3149e1123";
7
7
  //# sourceMappingURL=jsVersion.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-reanimated",
3
- "version": "4.3.0-nightly-20251204-222f54bb9",
3
+ "version": "4.3.0-nightly-20251205-3149e1123",
4
4
  "description": "More powerful alternative to Animated library for React Native.",
5
5
  "keywords": [
6
6
  "react-native",
@@ -98,7 +98,7 @@
98
98
  "peerDependencies": {
99
99
  "react": "*",
100
100
  "react-native": "*",
101
- "react-native-worklets": "0.8.0-nightly-20251204-222f54bb9"
101
+ "react-native-worklets": "0.8.0-nightly-20251205-3149e1123"
102
102
  },
103
103
  "devDependencies": {
104
104
  "@babel/core": "7.28.4",
@@ -4,4 +4,4 @@
4
4
  * version used to build the native part of the library in runtime. Remember to
5
5
  * keep this in sync with the version declared in `package.json`
6
6
  */
7
- export const jsVersion = '4.3.0-nightly-20251204-222f54bb9';
7
+ export const jsVersion = '4.3.0-nightly-20251205-3149e1123';