import { useRef } from "react"; import { View } from "react-native"; import stylesheet from "./stylesheet"; import { type IBottomSheetRef, PageContainer, BottomSheet, Button, Text } from "ncore-ui-kit-mobile"; const TestSubPage = () => { const bottomSheetRef = useRef(null); return This is test sub page.