import type { ImageStyle, TextStyle, ViewStyle } from 'react-native'; export function textSnippet(s: T): T { return s; } export function viewSnippet(s: T): T { return s; } export function imageSnippet(s: T): T { return s; }