Skip to content

Instantly share code, notes, and snippets.

View OfficialDarkComet's full-sized avatar
🤯
Running hot

Logan King (DarkComet) OfficialDarkComet

🤯
Running hot
View GitHub Profile
@OfficialDarkComet
OfficialDarkComet / app.tsx
Last active October 26, 2024 00:56
Immersive mode w/ Expo & React-Native (Android, IOS and Web) - by DarkComet
// Answering a question on reddit:
// - https://www.reddit.com/r/reactnative/comments/13k1gk7/how_to_create_an_immersive_fullscreen_application/
import React, {
useEffect,
useState,
} from "react"
import {
AppState,
Platform,