skip to Main Content

CocoaPods could not find compatible versions for pod "react-native-webrtc" – React native

Package.json { "name": "Speed_Dating", "version": "0.0.1", "private": true, "scripts": { "android": "react-native run-android", "ios": "react-native run-ios --simulator="iPhone 13 Pro Max"", "start": "react-native start", "test": "jest", "lint": "eslint ." }, "dependencies": { "@react-native-async-storage/async-storage": "^1.15.14", "@react-native-community/checkbox": "^0.5.9", "@react-native-community/datetimepicker": "^5.1.0", "@react-native-community/geolocation": "^2.0.2", "@react-native-community/viewpager":…

VIEW QUESTION
Back To Top
Search