what is short cut for react functional component in visual studio code example
Example: arrow function component react shortcut vscode
import React from 'react'
import { View, Text } from 'react-native'
export default function $1() {
return (
$2
)
}