Skip to content

Instantly share code, notes, and snippets.

@cesar
cesar / container.js
Last active April 21, 2020 17:41 — forked from rocaiguina/container
import React, { Component } from 'react';
import { View } from 'react-native';
export function Post ({ title, embedded }) {
return (
<View style={styles.smallPost}>
<View style={styles.smallTextBlock}>
<H3>{title.rendered}</H3>
</View>
{embedded['wp:featuredmedia'] ? (