/** * Created by MeePwn * https://github.com/maybewaityou * * description: * */ import React from 'react'; import { Button, Image, ImageStyle, StyleSheet, Text, TextStyle, View, ViewStyle, } from 'react-native'; import { IViewModelProps } from '../view-model/index'; export interface IStyle { container: ViewStyle; } export default (props: Readonly) => ( ); const styles = StyleSheet.create({ container: { }, });