| 1 | import * as React from 'react'; |
| 2 | import { View, Pressable, Text } from 'react-native'; |
| 3 | import { useSafeAreaInsets } from 'react-native-safe-area-context'; |
| 4 | import { StyleSheet, useUnistyles } from 'react-native-unistyles'; |
nothing calls this directly
no test coverage detected