ReactInstancePackage.smali
.class public abstract Lcom/facebook/react/ReactInstancePackage;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/facebook/react/ReactPackage;
# annotations
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# direct methods
.method public constructor <init>()V
.registers 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public createNativeModules(Lcom/facebook/react/bridge/ReactApplicationContext;)Ljava/util/List;
.registers 3
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/facebook/react/bridge/ReactApplicationContext;",
")",
"Ljava/util/List<",
"Lcom/facebook/react/bridge/NativeModule;",
">;"
}
.end annotation
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "ReactInstancePackage must be passed in the ReactInstanceManager."
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public abstract createNativeModules(Lcom/facebook/react/bridge/ReactApplicationContext;Lcom/facebook/react/ReactInstanceManager;)Ljava/util/List;
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/facebook/react/bridge/ReactApplicationContext;",
"Lcom/facebook/react/ReactInstanceManager;",
")",
"Ljava/util/List<",
"Lcom/facebook/react/bridge/NativeModule;",
">;"
}
.end annotation
.end method