olofd/react-native-photos-framework

prepareForSizeDisplay doesn't work (docs are incorrect)

TheDutchCoder opened this issue · 0 comments

The docs state that prepareForSizeDisplay takes Rect(width, height) but that's not a thing in JavaScript.

I tried supplying an Object instead but that also doesn't work.

Can the docs be updated with the correct information, because currently prepareForSizeDisplay doesn't seem to be usable.