Revert RN-only

Summary: ^

Reviewed By: aigoncharov

Differential Revision: D49953166

fbshipit-source-id: b08a09b89e3b857f633e62bbc5b63064c3657aa4
This commit is contained in:
Lorenzo Blasa
2023-10-05 07:14:03 -07:00
committed by Facebook GitHub Bot
parent c05fe8cb53
commit 4b078a4472
7 changed files with 179 additions and 118 deletions

View File

@@ -291,10 +291,10 @@ async function waitForLogin(store: Store) {
async function verifyFlipperIsUpToDate(title: string) {
const serverConfig = getRenderHostInstance().serverConfig;
// If this is not a headless build, do not check for updates.
if (!serverConfig.environmentInfo.isHeadlessBuild) {
return;
}
// // If this is not a headless build, do not check for updates.
// if (!serverConfig.environmentInfo.isHeadlessBuild) {
// return;
// }
const config = serverConfig.processConfig;
if (
!isProduction() ||