import React from "react"; import { ScrollView } from "react-native"; import { Fade, Loader, Placeholder, PlaceholderLine, PlaceholderMedia, Shine } from "../../placeholder"; import { Card } from "../components/Card"; import { Code } from "../components/Code"; import { Title } from "../components/Title"; const darkStyle = { backgroundColor: "#999999" }; export default () => ( Custom Shine animation ( )} Left={props => ( )} > ( )} Left={props => ( )}> `} /> Custom Fade animation ( )} Left={props => ( )} > ( )} Left={props => ( )}> `} /> Custom Loader animation } Left={PlaceholderMedia} > } Left={PlaceholderMedia}> `} /> );