This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"React Native Component Class": { | |
"prefix": "rncc", | |
"body": [ | |
"import React, { Component } from 'react';", | |
"import { View, StyleSheet } from 'react-native';\n\n", | |
"export default class ${1:ClassName} extends Component {", | |
"\tconstructor(props) {\n\t\tsuper(props);\n\t}", | |
"\trender() {", | |
"\t\treturn (", | |
"\t\t\t<View style={styles.container}>$0</View>", |
NewerOlder