Skip to content

Commit

Permalink
Support react native < 0.70.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjbrill authored and Doko-Demo-Doa committed Oct 24, 2023
1 parent ef5e077 commit ce0e39e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion react-native-shake.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/Doko-Demo-Doa/react-native-shake", :tag => "v#{s.version}" }
s.source_files = "ios/**/*.{h,m,mm,swift}"

install_modules_dependencies(s)
if respond_to?(:install_modules_dependencies, true)
install_modules_dependencies(s)
else
s.dependency 'React'
end
end

0 comments on commit ce0e39e

Please sign in to comment.