Revert RN-only
Summary: ^ Reviewed By: aigoncharov Differential Revision: D49953166 fbshipit-source-id: b08a09b89e3b857f633e62bbc5b63064c3657aa4
This commit is contained in:
committed by
Facebook GitHub Bot
parent
c05fe8cb53
commit
4b078a4472
@@ -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() ||
|
||||
|
||||
Reference in New Issue
Block a user