import React from "react"; import { ScrollView, View } from "react-native"; import { Placeholder, PlaceholderLine, PlaceholderMedia } from "../../placeholder"; import { Card } from "../components/Card"; import { Code } from "../components/Code"; import { Title } from "../components/Title"; export default () => ( With 2 medias `} /> With 1 media on the left `} /> With 1 media on the right `} /> With no media `} /> );