Skip to content

Commit 9b718b8

Browse files
committed
support expo 53
1 parent 99e3431 commit 9b718b8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

ios/ImportReact.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@import React;
2+

react-native-update.podspec

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

106106
# Conditionally add Expo dependency
107107
if valid_expo_project
108+
s.public_header_files = ['ios/ImportReact.h']
108109
s.dependency 'ExpoModulesCore'
109110
end
110111

0 commit comments

Comments
 (0)