BugiDev/react-native-calendar-strip

Reponsive sizing improvements

Open

#130 建立於 2019年2月22日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)JavaScript (880 star) (316 fork)batch import
help wanted

描述

The responsive sizing algorithm is rather rigid and has proven not to work well for Android. Here are some ideas for anyone interested in submitting a PR to make it more robust.

The first step would be to scale based on DPI and not just container size. That should accommodate a wider range of display resolutions and densities. The next improvement may be to use separate values for iOS vs Android. And finally after that, a lookup table for specific "problem devices" that don't render well with the general formulas.

Previous related issues: #45 #64 #86 #99 #128

貢獻者指南