Skip to main content

Favorites

If you use favorites, use onFavoriteCell event that fires when user clicks on a favorites cell:

storyManager.on('onFavoriteCell', () => {
//Navigate to favorites screen
});

To display favorite stories, pass favoritesOnly to <StoriesList/>

<StoriesList favoritesOnly={true}/>