expo-modules-autolinking 55.0.13 → 55.0.15

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
@@ -10,6 +10,16 @@
10
10
 
11
11
  ### 💡 Others
12
12
 
13
+ ## 55.0.15 — 2026-04-07
14
+
15
+ ### 🐛 Bug fixes
16
+
17
+ - [iOS] Fixed precompiled modules use_frameworks! override running when only prebuilt React Native is active. ([#44554](https://github.com/expo/expo/pull/44554) by [@chrfalch](https://github.com/chrfalch))
18
+
19
+ ## 55.0.14 — 2026-04-02
20
+
21
+ _This version does not introduce any user-facing changes._
22
+
13
23
  ## 55.0.13 — 2026-04-02
14
24
 
15
25
  ### 🎉 New features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-modules-autolinking",
3
- "version": "55.0.13",
3
+ "version": "55.0.15",
4
4
  "description": "Scripts that autolink Expo modules.",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -43,5 +43,5 @@
43
43
  "chalk": "^4.1.0",
44
44
  "commander": "^7.2.0"
45
45
  },
46
- "gitHead": "d455edeea68e2a27ab9a4d5143bdfaf6851f852c"
46
+ "gitHead": "f35977db4ffc6bbc2b295d65a8d74e9fd4f24ecb"
47
47
  }
@@ -130,6 +130,7 @@ module Expo
130
130
  #
131
131
  # @param installer [Pod::Installer] The CocoaPods installer instance
132
132
  def perform_pre_install(installer)
133
+ return unless enabled?
133
134
  return unless prebuilt_react_active?
134
135
  return if linkage(installer).nil?
135
136