react-native-photos-framework icon indicating copy to clipboard operation
react-native-photos-framework copied to clipboard

prepareForSizeDisplay doesn't work (docs are incorrect)

Open TheDutchCoder opened this issue 7 years ago • 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.

TheDutchCoder avatar Feb 14 '18 21:02 TheDutchCoder