CrackMe.apk

Download file
    package com.facebook.react;

public enum JSInterpreter {
    OLD_LOGIC,
    JSC,
    HERMES
}
    
Download file