react-native-photos-framework
react-native-photos-framework copied to clipboard
prepareForSizeDisplay doesn't work (docs are incorrect)
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.