Skip to content

Commit 6cd99de

Browse files
committed
Increment version in package.json to 10.34.5, remove obsolete ImportReact.h file, and update podspec to eliminate unnecessary public header files for Expo dependency.
1 parent d726f36 commit 6cd99de

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

ios/ImportReact.h

Lines changed: 0 additions & 2 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-update",
3-
"version": "10.34.4",
3+
"version": "10.34.5",
44
"description": "react-native hot update",
55
"main": "src/index",
66
"scripts": {

react-native-update.podspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ Pod::Spec.new do |s|
105105

106106
# Conditionally add Expo dependency
107107
if valid_expo_project
108-
s.public_header_files = ['ios/ImportReact.h']
109108
s.dependency 'ExpoModulesCore'
110109
end
111110

0 commit comments

Comments
 (0)