Skip to content

Support missingDimensionStrategy without productFlavors in current project #343

@Legion2

Description

@Legion2

Currently missingDimensionStrategy is only supported in combination with productFlavors. However, if used in defaultConfig it is ignored.

For example:

android {
  defaultConfig {
    missingDimensionStrategy 'react-native-camera', 'general'
  }
}

dependencies {
    embed project(":react-native-camera")
}

here :react-native-camera will not be embeded without any error message.

The example is from https://react-native-camera.github.io/react-native-camera/docs/installation#android---other-required-steps

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions