v2.0.0
·
693 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