Remove all native base dependencies.
This commit is contained in:
@@ -2,7 +2,6 @@ import { Ionicons } from "@expo/vector-icons";
|
||||
import { AssetsSelector } from "expo-images-picker";
|
||||
import * as MediaLibrary from "expo-media-library";
|
||||
import _ from "lodash";
|
||||
import { H3 } from "native-base";
|
||||
import plimit from "p-limit";
|
||||
import React, { useCallback, useState } from "react";
|
||||
import { useTranslation } from "react-i18next";
|
||||
@@ -112,7 +111,7 @@ export function ImageBrowserScreen({
|
||||
alignItems: "center",
|
||||
}}
|
||||
>
|
||||
<H3>{t("mediabrowser.labels.selectjobassetselector")}</H3>
|
||||
<Text>{t("mediabrowser.labels.selectjobassetselector")}</Text>
|
||||
</View>
|
||||
)}
|
||||
{selectedCameraJobId && (
|
||||
|
||||
Reference in New Issue
Block a user