- import React from "react";
- import { Text } from "react-native";
- export default function Index() {
- /**********************************狀態管理**********************************/
- /**********************************狀態管理**********************************/
- /**********************************組件初始化**********************************/
- /**********************************組件初始化**********************************/
- /**********************************異步函數**********************************/
- /**********************************異步函數**********************************/
- return <Text>setting</Text>;
- }
|