mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-01 19:48:28 +01:00
chore(bottom-sheet): Migrate to expo-ui bottom sheet
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import { BottomSheetTextInput } from "@gorhom/bottom-sheet";
|
||||
import React, { useCallback, useImperativeHandle, useRef } from "react";
|
||||
import {
|
||||
type StyleProp,
|
||||
@@ -8,6 +7,7 @@ import {
|
||||
View,
|
||||
type ViewStyle,
|
||||
} from "react-native";
|
||||
import { BottomSheetTextInput } from "@/utils/expoUiBottomSheet";
|
||||
|
||||
interface PinInputProps
|
||||
extends Omit<TextInputProps, "value" | "onChangeText" | "style"> {
|
||||
|
||||
Reference in New Issue
Block a user