This commit is contained in:
2025-09-03 13:46:18 +02:00
parent 5c3f2715c2
commit 2b24900e0c
8 changed files with 240 additions and 7 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
import React, { useState, useRef, createContext } from "react";
import { View, TouchableOpacity } from "react-native";
import { Motion } from "@legendapp/motion";
import React, { createContext, useRef, useState } from "react";
import { TouchableOpacity, View } from "react-native";
import { mainBorderRadius } from "../styles/Style";
import { Palette } from "../styles";
import { mainBorderRadius } from "../styles/Style";
export const BottomSheetContext = createContext();