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

    Interface SbIosBundles

    Bundle Definitions (iOS only): resources bundles The default SDK resources will be used in each of the following cases:

    • Bundle for the corresponding resource was not provided
    • The provided custom bundle was nto found in 'NSBundle.builtInPlugInsPath' location
    • The resource is not defined in a provided bundle (e.g. selective resource overwrites)
    interface SbIosBundles {
        images?: SbBundleType;
        localization?: SbBundleType;
    }
    Index

    Properties

    images?: SbBundleType
    localization?: SbBundleType