If you are getting the following error when trying to build an app or install Pods

[!] CocoaPods could not find compatible versions for pod "Shake":In Podfile:react-native-shake (from `../node_modules/@shakebugs/react-native-shake`) was resolved to <version>, which depends onShake (~> <version>)

Specs satisfying the `Shake (~> <version>)` dependency were found, but they required a higher minimum deployment target.

you should update the iOS version in your Podfile to make sure that your app meets Shake SDK minimum requirements:

platform :ios, '<minimum-version>'

You can find Shake SDK minimum requirements here.

Did this answer your question?