// RequestScreen.tsx import useState from 'react'; import Button, ActivityIndicator, Text, View from 'react-native'; import socket from '../socket';