Skip to content

Commit 7261037

Browse files
authored
Merge pull request #196 from RobertBiehl/patch-1
Cocoapods: Fix issue <React/RCTConvert.h> not found
2 parents 36a1d0e + e251f2a commit 7261037

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ReactNativePermissions.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ Pod::Spec.new do |s|
1818
s.preserve_paths = 'LICENSE', 'package.json'
1919
s.source_files = '**/*.{h,m}'
2020
s.exclude_files = 'example/**/*'
21+
s.dependency 'React'
2122
end

0 commit comments

Comments
 (0)