From 3ff4ced9eb98db789e80e8a759c51b383efdd1a1 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 21 Oct 2025 17:30:54 +0300 Subject: [PATCH] revert to embedded --- src/App.native.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/App.native.tsx b/src/App.native.tsx index ea018f1691..796666f316 100644 --- a/src/App.native.tsx +++ b/src/App.native.tsx @@ -78,6 +78,7 @@ import {Splash} from '#/Splash' import {BottomSheetOutlet} from '../modules/bottom-sheet' import {BottomSheetProvider} from '../modules/bottom-sheet' import {BackgroundNotificationPreferencesProvider} from '../modules/expo-background-notification-handler/src/BackgroundNotificationHandlerProvider' +import {useApplyPullRequestOTAUpdate} from './lib/hooks/useOTAUpdates' import {RequestListItem} from './screens/Messages/components/RequestListItem' import {List} from './view/com/util/List' @@ -260,6 +261,9 @@ export default Sentry.wrap(App) function Testbed() { const control = Dialog.useDialogControl() const [showItem, setShowItem] = useState(true) + + const {revertToEmbedded} = useApplyPullRequestOTAUpdate() + return (