shijingsh / react-native-customized-image-picker

iOS/Android image picker with support for camera, video compression, multiple images and cropping
245 stars 59 forks source link

0.0.44版本iOS编译报错: Expected expression #32

Closed fenglu09 closed 6 years ago

fenglu09 commented 6 years ago

RT。 错误定位: Compression.m文件, 83行

if(fileSize< [minCompressSize longValue])

需要将&lt;改成 <

ducpt2 commented 6 years ago

@fenglu09 i have change this text all time when i re-install node_modules :)

fenglu09 commented 6 years ago

Right,has made a PR!☺