From dd2501e456f788a3ecdf61bca975b4862242e3c1 Mon Sep 17 00:00:00 2001 From: Michael Chow Date: Thu, 20 May 2021 18:17:38 -0400 Subject: [PATCH] add Image Size and Resolution section to docs per https://github.com/birkir/react-native-carplay/issues/6#issuecomment-816975084 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7de4eff4..5187f250 100644 --- a/README.md +++ b/README.md @@ -447,6 +447,10 @@ yarn start 5. start xcode and run the project on your simulator or device +## Image Size and Resolution + +Quirks observed where PNG image resolutions should be specfied with scale factor of 3.0 (i.e. append with `@3x`) with ListTemplate image sizing suggested around 80 x 80 px per [Issue #6](https://github.com/birkir/react-native-carplay/issues/6) + ## Not working / In progress ### UI Elements