Tags give the ability to mark specific points in history as being important
Update Expo SDK from 32.0.0 to 33.0.0 Steps done for upgrading the app: https://blog.expo.io/expo-sdk-v33-0-0-is-now-available-52d1c99dfe4c#c0d2 You need to remove `node_modules` and install your packages again. `rm -rf node_modules/ && yarn cache clean && yarn`
Update html helper to remove whitespaces after self-closing tags
Use publishedAt for newsItems instead of createdAt
Adjust layouts and renderings prior to release
Update screen layouts and render more detail screen data
Fetch navigation configs from server and create Drawer items
Refactor to one main app stack navigator and get data on detail screens
Update Android version with fixes for working as iOS version