Cassie-Yu

Results 2 comments of Cassie-Yu

may seem stupid, but it works for me ``` $scope.onFile = function(blob){ if(blob){ $scope.dataUrl = undefined; $timeout(function(){ Cropper.encode((file = blob)).then(function (dataUrl){ $scope.dataUrl = dataUrl; $timeout(showCropper); });},100) } }; ```

react-native link之后依旧报错 到底怎么解决的啊?