NMF-earth / nmf-app

Understand and reduce your carbon footprint 🌱 iOS & Android.
https://nmf.earth
GNU General Public License v3.0
498 stars 156 forks source link

Fix: DatePicker in the AddEmission Page #219 #237

Closed hb2708 closed 3 years ago

hb2708 commented 3 years ago

✅ I have read the contributing file

Summary

This PR Fixes issue where DatePicker on AddEmission Page was not displaying content correctly #219

Changelog

After referring to the DOC https://docs.expo.io/versions/latest/sdk/appearance/ I Realised "userInterfaceStyle": "automatic" was missing from app.json. And because of that app was not responding to Dark Mode / Light Mode change after the app is launch.

Demo

Before After
Before After
PierreBresson commented 3 years ago

@hb2708 Thanks! Good job with the demo :)

hb2708 commented 3 years ago

@PierreBresson Glad that can contribute to it