**Describe the bug** showFrame is neither default false nor is false accepted als value - frame is always shown on iOS **To Reproduce** Create new App: ``` import React from 'react'; import { Camera, CameraType } from 'react-native-camera-kit'; function App(): React.JSX.Element { return ( <Camera /> ); } export default App; ``` and run it (dont forget to set Camera usage Description in Info.plist) **Expected behavior** Frame should not be shown **Version information** v14.1.0 on iOS 18.2