You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think #350 introduced a regression and broke my fix for this issue again. I tested with the v1.3.7 release and I get class not found exceptions for the classes of projects which have the missingDimensionStrategy set. If I use #344 I don't get the class not found exception.
Currently
missingDimensionStrategy
is only supported in combination withproductFlavors
. However, if used in defaultConfig it is ignored.For example:
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
The text was updated successfully, but these errors were encountered: