We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e3431 commit 9b718b8Copy full SHA for 9b718b8
ios/ImportReact.h
@@ -0,0 +1,2 @@
1
+@import React;
2
+
react-native-update.podspec
@@ -105,6 +105,7 @@ Pod::Spec.new do |s|
105
106
# Conditionally add Expo dependency
107
if valid_expo_project
108
+ s.public_header_files = ['ios/ImportReact.h']
109
s.dependency 'ExpoModulesCore'
110
end
111
0 commit comments