expo / vector-icons

https://icons.expo.fyi
MIT License
650 stars 113 forks source link

remove componentWillMount lifecycle method #109

Closed cruzach closed 4 years ago

cruzach commented 4 years ago

componentWillMount has been deprecated, this PR updates the Icon component, moving that logic to componentDidMount

Tested locally