malsapp / react-native-photo-upload

Cross platform photo upload component for react native
MIT License
206 stars 88 forks source link

maxHeight and maxWidth are height and width #51

Open stocksp opened 6 years ago

stocksp commented 6 years ago

Wrong properties for the PhotoUpload component See line 34 and 35 of index.js The ImageResizer uses these names internally. Either change index.js to uses these names or change the docs.