{ "React Native komponens": { "prefix": "rns", "body": [ "import React from 'react';", "import {Text, View, StyleSheet} from 'react-native';\n", "export default () => {", "\treturn (", "\t\t", "\t\t\tTartalom", "\t\t", "\t);", "}\n", "const styles = StyleSheet.create({", "\tcontainer: {", "\t\tflex: 1,", "\t\tbackgroundColor: '#fff',", "\t\talignItems: 'center',", "\t\tjustifyContent: 'center',", "\t},", "});" ], "description": "React Native komponens beszúrása" } }