Added job select & safe view to camera.
This commit is contained in:
@@ -41,13 +41,10 @@ export function CameraSelectJob({
|
||||
if (loading) return <LoadingDisplay />;
|
||||
if (error) return <ErrorDisplay errorMessage={error.message} />;
|
||||
|
||||
console.log("Picker Render");
|
||||
return (
|
||||
<View
|
||||
style={{
|
||||
// display: "flex",
|
||||
// width: "100%",
|
||||
// alignSelf: "flex-start",
|
||||
// alignItems: "center",
|
||||
backgroundColor: "rgba(35,35,35, 0.4)",
|
||||
paddingTop: 30,
|
||||
//textShadow: "tomato 0px 0px 10px",
|
||||
|
||||
Reference in New Issue
Block a user