# -*- mode: snippet -*- # name: react native functional component # key: rnfc # -- import { Text, View } from "react-native"; export default function ${1:App}() { return ( $1 ); }