@sensibill/reactnative-bridge-sdk
    Preparing search index...

    Interface SbCustomBundle

    Bundle Definitions (iOS only): custom bundle The name of the bundle, for example 'MyBundle.bundle' The bundle will be searched for in 'NSBundle.builtInPlugInsPath' location

    interface SbCustomBundle {
        kind: "custom";
        name: string;
    }
    Index

    Properties

    Properties

    kind: "custom"
    name: string