Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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>
  )
}
Source by marketplace.visualstudio.com #
 
PREVIOUS NEXT
Tagged: #arrow #function #component #react #shortcut #vscode
ADD COMMENT
Topic
Name
5+8 =