olofd / react-native-photos-framework

A modern and comprehensive CameraRoll/iCloud-library-API for React Native 📸 📹
MIT License
220 stars 99 forks source link

prepareForSizeDisplay doesn't work (docs are incorrect) #84

Open TheDutchCoder opened 6 years ago

TheDutchCoder commented 6 years ago

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.