fix: remove deprecated React pod dependency (#361)
Showing
... | @@ -13,6 +13,5 @@ Pod::Spec.new do |s| | ... | @@ -13,6 +13,5 @@ Pod::Spec.new do |s| |
s.source = { :git => "https://github.com/rebeccahughes/react-native-device-info.git" } | s.source = { :git => "https://github.com/rebeccahughes/react-native-device-info.git" } | ||
s.source_files = "RNDeviceInfo/*.{h,m}" | s.source_files = "RNDeviceInfo/*.{h,m}" | ||
s.dependency 'React' | |||
end | end |
Please
register
or
sign in
to comment