Explorar o código

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

See #191.
Fixes issue <React/RCTConvert.h> by adding the missing dependency.
Robert Biehl %!s(int64=8) %!d(string=hai) anos
pai
achega
e251f2a225
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      ReactNativePermissions.podspec

+ 1 - 0
ReactNativePermissions.podspec

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