react-native-update 10.34.5 → 10.34.6

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.
@@ -0,0 +1,2 @@
1
+ @import React;
2
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-update",
3
- "version": "10.34.5",
3
+ "version": "10.34.6",
4
4
  "description": "react-native hot update",
5
5
  "main": "src/index",
6
6
  "scripts": {
@@ -105,6 +105,7 @@ Pod::Spec.new do |s|
105
105
 
106
106
  # Conditionally add Expo dependency
107
107
  if valid_expo_project
108
+ s.public_header_files = ['ios/ImportReact.h']
108
109
  s.dependency 'ExpoModulesCore'
109
110
  end
110
111