Fix bug when adding multiple photos. Added RN image resizer
This commit is contained in:
@@ -235,7 +235,6 @@ export class Activity extends React.Component {
|
||||
|
||||
@autobind
|
||||
handleUploadProgress(uploadData) {
|
||||
console.log(uploadData)
|
||||
if (this.state.progressModal) {
|
||||
this.setState({
|
||||
uploadPercent: Math.round(
|
||||
|
||||
Reference in New Issue
Block a user