birkir / react-native-carplay

CarPlay with React Native
https://birkir.dev/react-native-carplay/
MIT License
629 stars 104 forks source link

feat: load ListItem images asynchronously #143

Closed DanielKuhn closed 9 months ago

DanielKuhn commented 11 months ago

"Synchronous image loading is generally a bad idea for performance reasons." This changes image loading to asynchronous via a NSURLSessionDataTask.

Also: Fix inline documentation for ListItem images

Includes/based on https://github.com/birkir/react-native-carplay/pull/142