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
-}