catalinmiron / react-native-dribbble-app

Dribbble app built with React Native
MIT License
2.07k stars 407 forks source link

build error #21

Closed suhaotian closed 8 years ago

suhaotian commented 8 years ago

image

catalinmiron commented 8 years ago

Check #20. I'm working on upgrading this and everything should work seamless. Thanks for checking this app.

change NSURLSessionDownloadTask task = [_URLSession downloadTaskWithURL:url completionHandler:nil]; to NSURLSessionDownloadTask task = [_URLSession downloadTaskWithURL:url];

suhaotian commented 8 years ago

@catalinmiron nice, work