CrackMe.apk

Download file
    package expo.modules;

import expo.modules.core.interfaces.ReactNativeHostHandler;
import kotlin.Metadata;
import kotlin.jvm.functions.Function1;
import kotlin.jvm.internal.Lambda;

@Metadata(d1 = {"\u0000\u0010\n\u0000\n\u0002\u0010\u000e\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0002\u0010\u0000\u001a\u0004\u0018\u00010\u00012\u000e\u0010\u0002\u001a\n \u0004*\u0004\u0018\u00010\u00030\u0003H\n¢\u0006\u0002\b\u0005"}, d2 = {"<anonymous>", "", "it", "Lexpo/modules/core/interfaces/ReactNativeHostHandler;", "kotlin.jvm.PlatformType", "invoke"}, k = 3, mv = {1, 6, 0}, xi = 48)
/* compiled from: ReactNativeHostWrapperBase.kt */
final class ReactNativeHostWrapperBase$getJSBundleFile$1 extends Lambda implements Function1<ReactNativeHostHandler, String> {
    final /* synthetic */ ReactNativeHostWrapperBase this$0;

    /* JADX INFO: super call moved to the top of the method (can break code semantics) */
    ReactNativeHostWrapperBase$getJSBundleFile$1(ReactNativeHostWrapperBase reactNativeHostWrapperBase) {
        super(1);
        this.this$0 = reactNativeHostWrapperBase;
    }

    public final String invoke(ReactNativeHostHandler reactNativeHostHandler) {
        return reactNativeHostHandler.getJSBundleFile(this.this$0.getUseDeveloperSupport());
    }
}
    
Download file