Explorar el Código

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

See #191.
Fixes issue <React/RCTConvert.h> by adding the missing dependency.
Robert Biehl hace 7 años
padre
commit
e251f2a225
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      ReactNativePermissions.podspec

+ 1
- 0
ReactNativePermissions.podspec Ver fichero

@@ -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