export const testProps = (testID?: string): { testID?: string; accessibilityLabel?: string } => ({
testID,
accessibilityLabel: testID
});