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