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

Upgrading php to 8

Both my valet and composer is using php 8.0 But my local says Fatal error: Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.0.2". You are running 7.4.30. in /Users/admin/sites/sage10/web/app/themes/sage10/vendor/composer/platform_check.php on line 24 When…

VIEW QUESTION
Back To Top
Search