Skip to content

Commit 608da7c

Browse files
committed
fix: re-expose public header files for driver SDK
1 parent 4f770c9 commit 608da7c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

react-native-navigation-sdk.podspec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ Pod::Spec.new do |s|
3030
s.source = { :git => "https://github.com/googlemaps/react-native-navigation-sdk.git", :tag => "#{s.version}" }
3131

3232
s.source_files = "ios/**/*.{h,m,mm,cpp}"
33-
s.private_header_files = "ios/**/*.h"
33+
s.public_header_files = [
34+
"ios/react-native-navigation-sdk/NavModule.h",
35+
"ios/react-native-navigation-sdk/INavigationCallback.h",
36+
]
3437

3538
s.dependency "React-Core"
3639
s.dependency "GoogleNavigation", "10.6.0"

0 commit comments

Comments
 (0)