i can't install react-native-lottie throwing error compatatible version for lottie-react-native CocoaPods could not find compatible versions for pod "lottie-ios"
5
votes
1 Answers
14
votes
as per the error says we need to go for
npm i [email protected] [email protected] cd ios Pod install
issue Resolved