Expo 45 - Print.printAsync page height & width still not working

I have an existing app that prints labels at a specific size 96px by 192px label/page size.

Print.printAsync({ html: myHTML, height: 92, width:192})

Since upgrading to Expo45 from Expo42

No matter how I send in the parameters the page size will always stay at the default size.

This is expo 45 managed on iOS

1dbbf62c98e62862e88ef836b22dd1334f7edcab_2_236x500

and previously on expo42

910ac3c621517ef0327e35de12a8b8b31b8f04f6_2_233x500

Now I have posted this before, and posted again in github.

Since releasing the new Expo Go app, I cannot develop using 42, which is the last release that the print worked.

I tried to use expo run:ios - but the simulator does not show a print preview.

I would very much prefer to not have this the reason why I eject the app from expo, but I am getting no response on any work arounds for this besides that.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.