Jeann-Carlos 2 年 前
コミット
a7e2e51c5e
共有1 個のファイルを変更した0 個の追加11 個の削除を含む
  1. 0
    11
      MocionesIUPI/screens/testscreen.js

+ 0
- 11
MocionesIUPI/screens/testscreen.js ファイルの表示

@@ -1,11 +0,0 @@
1
-import React from "react";
2
-import { StyleSheet, View, Text, Button } from 'react-native';
3
-import { globalStyles } from "../styles/global";
4
-
5
-export default function testscreen() {
6
-    return (
7
-        <View style = {globalStyles.container}>
8
-            <Text style = {globalStyles.tittleText}>This is a test for pin button</Text>
9
-        </View>
10
-    )
11
-}