Create own flake for emacs
This commit is contained in:
parent
75be932b45
commit
98c77fe32e
11 changed files with 174 additions and 129 deletions
|
|
@ -1,17 +0,0 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: react native functional component
|
||||
# key: rnfc
|
||||
# --
|
||||
import { Text, View } from "react-native";
|
||||
|
||||
const ${1:App} = () => {
|
||||
return (
|
||||
<View>
|
||||
<Text>$1</Text>
|
||||
</View>
|
||||
);
|
||||
}
|
||||
|
||||
export default $1;
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue