Reputation: 326
I need to force device dpi to be at least 350px. App is almost unusable with 320dpi devices. I've manually changed dev settings of such devices to higher values and it works ok. Text and other ui stuff is smaller but thats totally acceptable.
Thats the setting I want to override within react native app:
At 320 dpi (some screens are worse)
Upvotes: 0
Views: 450
Reputation: 79
I don't think you can set this setting in the app, all you can do is try to code a responsive app using FlexBox and different units of length.
Upvotes: 1