CrackMe.apk

Download file
    package com.facebook.react.config;

public class ReactFeatureFlags {
    public static boolean disablePreallocationOnClone = false;
    public static boolean dispatchPointerEvents = false;
    public static boolean enableAggressiveEventEmitterCleanup = false;
    public static boolean enableBridgelessArchitecture = false;
    public static boolean enableCppPropsIteratorSetter = false;
    public static boolean enableDelayedViewStateDeletion = false;
    public static boolean enableEagerRootViewAttachment = false;
    public static boolean enableEarlyScheduledMountItemExecution = false;
    public static boolean enableFabricLogs = false;
    public static boolean enableFabricPendingEventQueue = false;
    public static volatile boolean enableFabricRenderer = false;
    public static boolean enableLargeTextMeasureCache = true;
    public static boolean enableLockFreeEventDispatcher = false;
    public static boolean enableRemoveDeleteTreeInstruction = false;
    public static boolean enableRuntimeScheduler = false;
    public static boolean enableRuntimeSchedulerInTurboModule = false;
    public static boolean enableScrollEventThrottle = false;
    public static boolean enableSpannableCache = false;
    public static boolean enableSynchronizationForAnimated = false;
    public static volatile boolean enableTurboModulePromiseAsyncDispatch = false;
    public static boolean enableViewRecycling = false;
    public static boolean insertZReorderBarriersOnViewGroupChildren = true;
    public static boolean mapBufferSerializationEnabled = false;
    public static boolean shouldRememberAllocatedViews = false;
    public static int turboModuleBindingMode = 0;
    public static boolean useGlobalCallbackCleanupScopeUsingRetainJSCallback = false;
    public static boolean useOverflowInset = false;
    public static boolean useTurboModuleManagerCallbackCleanupScope = false;
    public static volatile boolean useTurboModules = false;
    public static volatile boolean warnOnLegacyNativeModuleSystemUse = false;
}
    
Download file