import React from "react"; import { StyleSheet, View, Text, Button } from 'react-native'; import { globalStyles } from "../styles/global"; export default function testscreen() { return ( This is a test for pin button ) }