CocoaPods could not find compatible versions for pod "rive-react-native"
[!] CocoaPods could not find compatible versions for pod "rive-react-native":
In Podfile:
rive-react-native (from ../node_modules/rive-react-native)
Specs satisfying the rive-react-native (from ../node_modules/rive-react-native) dependency were found, but they required a higher minimum deployment target.
current version
"react": "18.2.0",
"react-native": "0.71.0"
Hi @phuocantd, have you been able to resolve this?
Found the solution, according to the docs, the minimum iOS target is 14.0. So, in your podfile set your iOS deployment target to 14.0 or higher.
Just note that rive might not work on older iOS devices.
To this you can add
platform :ios, '14.0' in Podfile under section
target 'myapp' do
Still with latest version this does not work out of the box
latest react-native and rive-react-native