创建dev分钟更改配置
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { ThemedView } from "@/components/themed-view";
|
||||
|
||||
import { Text } from "react-native";
|
||||
export default function RechargeScreen() {
|
||||
return (
|
||||
<ThemedView>充值</ThemedView>
|
||||
<ThemedView><Text>充值</Text></ThemedView>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user