3 changed files with 5 additions and 4 deletions
@ -1,7 +1,7 @@
|
||||
{ |
||||
"editor.codeActionsOnSave": { |
||||
"source.fixAll": "explicit", |
||||
"source.organizeImports": "explicit", |
||||
// "source.organizeImports": "explicit",//这个会在保存时自动删除没有使用的导入依赖 |
||||
"source.sortMembers": "explicit" |
||||
} |
||||
} |
||||
|
||||
@ -1,8 +1,9 @@
|
||||
import { ThemedView } from "@/components/themed-view"; |
||||
import { Text } from "react-native"; |
||||
|
||||
export default function ActivityScreen() { |
||||
return ( |
||||
<ThemedView>11</ThemedView> |
||||
<ThemedView><Text>活动</Text></ThemedView> |
||||
) |
||||
} |
||||
|
||||
Loading…
Reference in new issue