diff --git a/ios/ImportReact.h b/ios/ImportReact.h new file mode 100644 index 0000000..8ccb55b --- /dev/null +++ b/ios/ImportReact.h @@ -0,0 +1,2 @@ +@import React; + diff --git a/react-native-update.podspec b/react-native-update.podspec index b7d22b8..6fac70c 100644 --- a/react-native-update.podspec +++ b/react-native-update.podspec @@ -105,6 +105,7 @@ Pod::Spec.new do |s| # Conditionally add Expo dependency if valid_expo_project + s.public_header_files = ['ios/ImportReact.h'] s.dependency 'ExpoModulesCore' end