react snippets plugin vscode code example
Example: arrow function component react shortcut vscode
import React from 'react'
import { View, Text } from 'react-native'
export default function $1() {
return (
<View>
<Text> $2 </Text>
</View>
)
}