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 (