{ "Component": { "prefix": ["comp"], "body": [ "import { View, Text } from 'react-native'", "import React from 'react'", "", "type Props = {}", "", "const ${TM_FILENAME_BASE} = (props: Props) => {", " return (", " ", " ${1:text}", " ", " )", "}", "", "export default ${TM_FILENAME_BASE}", ], "description": "Creates component." }, }