share modal

This commit is contained in:
2025-10-03 13:36:18 +02:00
parent 8ea7f89c7b
commit dcc50506de
13 changed files with 377 additions and 54 deletions
+2
View File
@@ -37,6 +37,7 @@ import Providers from "./src/providers";
import { LogBox } from "react-native";
import CommentsBottomSheet from "./src/components/bottomsheets/CommentsBottomSheet";
import "./src/utils/Sheet";
import ShareQrModalContainer from "./src/components/modal/ShareQrModalContainer";
console.disableYellowBox = true;
console.reportErrorsAsExceptions = false;
@@ -173,6 +174,7 @@ const App = () => {
<MainStack />
</NavigationContainer>
<CommentsBottomSheet />
<ShareQrModalContainer />
{/* </AppLayout> */}
</MenuProvider>
</Providers>