v2.0.0
Definitely-Not-Vlad
released this
25 Feb 09:01
·
690 commits
to develop
since this release
BREAKING CHANGE
Removes navigation
directory completely. We've decided to decouple navigation features from @shoutem/ui
. If you're using the Shoutem extension architecture you can still access this same API via the shoutem.navigation
extension.
Updates:
- refactored deprecated lifecycle methods into
getDerivedStateFromProps
,componentDidUpdate
andcomponentDidMount
- slight performance optimizations