BugiDev/react-native-calendar-strip

Reponsive sizing improvements

Open

#130 opened on 2019年2月22日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)JavaScript (880 stars) (316 forks)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

コントリビューターガイド