@applicaster/zapp-react-native-utils
Version:
Applicaster Zapp React Native utilities package
33 lines (32 loc) • 585 B
JavaScript
export const entry = {
id: "A1234",
title: "Test Entry",
summary: "Summary of the test entry",
published: "2019/03/17 02:17:46 +0000",
type: {
value: "feed",
},
author: {
name: "John Doe",
},
media_group: [
{
type: "image",
media_item: [
{
key: "image_base",
src: "http://urlOfTheImage.net/img.png",
},
],
},
{
type: "thumbnail",
media_item: [
{
key: "logo_thumbnail",
src: "http://urlOfTheImage.net/channelLogo.png",
},
],
},
],
};