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