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

use an updated vector icons package to prevent componentdidmount warning #222

Closed adamfitzgibbon closed 3 years ago

adamfitzgibbon commented 3 years ago

✅ I have read the contributing file

Summary

There wasn't an issue for this, but I noticed that there was often a "componentDidMount" warning message on app load. I found out we just had a slightly old version of the expo icons library so it just needed an update.

Changelog

Installed the latest (that is supported by expo) version so we don't have that warning anymore.

Demo

Just run the app and make sure you don't see the error involving "componentDidMount"

PierreBresson commented 3 years ago

@adamfitzgibbon merci :)