This commit is contained in:
2025-09-03 14:55:01 +02:00
parent 2b24900e0c
commit 64fd988d2f
9 changed files with 187 additions and 123 deletions
+2
View File
@@ -36,6 +36,7 @@ import {
import "./src/utils/Sheet";
import {LogBox} from "react-native";
import CommentsBottomSheet from "./src/components/bottomsheets/CommentsBottomSheet";
console.disableYellowBox = true;
console.reportErrorsAsExceptions = false;
@@ -142,6 +143,7 @@ const App = () => {
>
<MainStack />
</NavigationContainer>
<CommentsBottomSheet />
</AppLayout>
</MenuProvider>
</Providers>