parent
b9e5899d73
commit
28a93dd14e
@ -0,0 +1,13 @@
|
|||||||
|
import { FC, ReactNode } from "react"
|
||||||
|
import { Button, Image, Text, View } from "react-native"
|
||||||
|
import { Skin } from "../core/Skin"
|
||||||
|
|
||||||
|
/*
|
||||||
|
export const SkinComponent : FC<{skin: Skin, children: ReactNode}> = ({skin, children}) => {
|
||||||
|
|
||||||
|
return <View>
|
||||||
|
<Image source={{uri: skin.source}}/>
|
||||||
|
<Text>{t}</Text>
|
||||||
|
</View>
|
||||||
|
}
|
||||||
|
*/
|
Loading…
Reference in new issue