Change directory structure
This commit is contained in:
parent
8f5cba33ae
commit
cd825ea3e6
16 changed files with 0 additions and 0 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