skip to Main Content

React native – React Navigation Header Padding Issue on iOS – Extra Space at Top of Header in Stack and Tab Navigation

In React Native, I'm using the following dependencies: "react-native": "^0.74.0", "@react-navigation/bottom-tabs": "^6.6.1", "@react-navigation/drawer": "^6.7.2", "@react-navigation/native": "^6.0.8", "@react-navigation/stack": "^6.3.21" "@rneui/base": "^4.0.0-rc.8", "@rneui/themed": "^4.0.0-rc.8", "react-native-safe-area-context": "^4.10.5", "react-native-screens": "^3.34.0", In both stack and tab navigation, when I set a header, it's creating a…

VIEW QUESTION

Html – MP4 video not playing on Safari iPhone

Sample video showing the problem: https://gget.it/io64/h264test13576.mp4 - can you play it on Safari? I have a video on a HTML page <video controls><source src="/files/test.mp4"></video> that works on PC (Firefox, Chrome, etc.) but sadly it doesn't work on iPhone Safari (which…

VIEW QUESTION

Failed to install the app on the device, with error code 3002 & 3000, Domain: com.apple.dt.CoreDeviceError on Xcode 15.3

Failed to install the app on the device. Domain: com.apple.dt.CoreDeviceError Code: 3002 User Info: { DVTErrorCreationDateKey = "2024-04-12 13:00:55 +0000"; IDERunOperationFailingWorker = IDEInstallCoreDeviceWorker; NSURL = "file:///Users/Username/Library/Developer/Xcode/DerivedData/project-dwlcjztonmnjygafwwnxdjtbzkwe/Build/Products/Debug-iphoneos/target.app/"; } -- Failed to install the app on the device. Domain: com.apple.dt.CoreDeviceError Code: 3002…

VIEW QUESTION
Back To Top
Search