Przeglądaj źródła

Cocoapods: Fix issue <React/RCTConvert.h> not found

See #191.
Fixes issue <React/RCTConvert.h> by adding the missing dependency.
Robert Biehl 7 lat temu
rodzic
commit
e251f2a225
No account linked to committer's email address
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1
    0
      ReactNativePermissions.podspec

+ 1
- 0
ReactNativePermissions.podspec Wyświetl plik

@@ -18,4 +18,5 @@ Pod::Spec.new do |s|
18 18
   s.preserve_paths         = 'LICENSE', 'package.json'
19 19
   s.source_files           = '**/*.{h,m}'
20 20
   s.exclude_files          = 'example/**/*'
21
+  s.dependency               'React'
21 22
 end