you should just remove this line it's a TSX:
const [facing, setFacing] = useState < CameraType > ('back');
and replace it with Js line:
const [facing, setFacing] = useState("back");