NetMirror.apk
Download file
package com.facebook.react.views.unimplementedview;
import D2.h;
import U1.u;
import U1.v;
import android.view.View;
import com.facebook.react.uimanager.B0;
import com.facebook.react.uimanager.Q0;
import com.facebook.react.uimanager.ViewGroupManager;
import kotlin.jvm.internal.DefaultConstructorMarker;
import v1.InterfaceC0756a;
/* JADX INFO: loaded from: classes.dex */
@InterfaceC0756a(name = ReactUnimplementedViewManager.REACT_CLASS)
public final class ReactUnimplementedViewManager extends ViewGroupManager<com.facebook.react.views.unimplementedview.a> implements v {
public static final a Companion = new a(null);
public static final String REACT_CLASS = "UnimplementedNativeView";
private final Q0 delegate = new u(this);
public static final class a {
public /* synthetic */ a(DefaultConstructorMarker defaultConstructorMarker) {
this();
}
private a() {
}
}
@Override // com.facebook.react.uimanager.ViewManager
public Q0 getDelegate() {
return this.delegate;
}
@Override // com.facebook.react.uimanager.ViewManager, com.facebook.react.bridge.NativeModule
public String getName() {
return REACT_CLASS;
}
@Override // com.facebook.react.uimanager.ViewGroupManager, com.facebook.react.uimanager.N
public /* bridge */ /* synthetic */ void removeAllViews(View view) {
super.removeAllViews(view);
}
/* JADX INFO: Access modifiers changed from: protected */
@Override // com.facebook.react.uimanager.ViewManager
public com.facebook.react.views.unimplementedview.a createViewInstance(B0 b02) {
h.f(b02, "reactContext");
return new com.facebook.react.views.unimplementedview.a(b02);
}
@Override // U1.v
@L1.a(name = "name")
public void setName(com.facebook.react.views.unimplementedview.a aVar, String str) {
h.f(aVar, "view");
if (str == null) {
str = "<null component name>";
}
aVar.setName$ReactAndroid_release(str);
}
}
⚠️ This content was hidden by an advertisement filtering extension in your browser. Please disable it and reload the page to access the decompiled content.
We only display one small text ad to keep this service free. Here's what it looks like:
Read the Docs for Business: You write the docs. We do the rest.
Try it today!Ad by EthicalAds
Download file