We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad5deb7 + d9cc10f commit 107eb66Copy full SHA for 107eb66
src/containers/HistoryContainer/HistoryContainer.js
@@ -10,7 +10,10 @@ import { useLoadingWrap } from '../../hooks/useLoadingWrap'
10
import { NO_HISTORY } from '../../constants'
11
12
/**
13
- * Shows the user watch history
+ * Contains the history screen of the application. Lists all the watched history
14
+ * of current user sorted by time. Clicking on any one of them will be navigated to
15
+ * the corresbonding video with last watched location
16
+ * @param {Object} navigation A stack navigator
17
*/
18
const HistoryContainer = ({ navigation }) => {
19
const loadingWrap = useLoadingWrap()
0 commit comments