If your React Native app won't run because of the message above, it means you should update the iOS version in your Podfile:

platform :ios, '11.0'

You can always check minimum requirements for Shake here: iOS, Android, React Native and Flutter

Did this answer your question?