more fixes web + mobile
This commit is contained in:
@@ -37,6 +37,7 @@ import Providers from "./src/providers";
|
||||
import { LogBox } from "react-native";
|
||||
import CommentsBottomSheet from "./src/components/bottomsheets/CommentsBottomSheet";
|
||||
import ShareQrModalContainer from "./src/components/modal/ShareQrModalContainer";
|
||||
import AppDownloadBanner from "./src/components/AppDownloadBanner";
|
||||
import "./src/utils/Sheet";
|
||||
|
||||
console.disableYellowBox = true;
|
||||
@@ -49,8 +50,7 @@ setGlobal(initialGlobalState);
|
||||
SplashScreen.preventAutoHideAsync();
|
||||
|
||||
const App = () => {
|
||||
const [currentUID, setCurrentUID] = useGlobal("currentUID");
|
||||
const [pendingData, setPendingData] = useGlobal("pendingData");
|
||||
const [, setCurrentUID] = useGlobal("currentUID");
|
||||
const [, setCurrentUserRoles] = useGlobal("currentUserRoles");
|
||||
|
||||
const [appIsReady, setAppIsReady] = useState(false);
|
||||
@@ -198,6 +198,7 @@ const App = () => {
|
||||
</NavigationContainer>
|
||||
<CommentsBottomSheet />
|
||||
<ShareQrModalContainer />
|
||||
<AppDownloadBanner />
|
||||
{/* </AppLayout> */}
|
||||
</MenuProvider>
|
||||
</Providers>
|
||||
|
||||
Reference in New Issue
Block a user