import React from "react";
import { StyleSheet } from "react-native";

export const Style = StyleSheet.create({
    playIconPosition: {
        flex: 1,
        alignItems: "center",
        justifyContent: "center",
    }
})