import * as React from 'react' import { NavigationScreenConfigProps } from 'react-navigation' import { StyleSheet, View, Text, TouchableOpacity, StatusBar } from 'react-native' import { CollapsibleHeaderScrollView } from 'react-native-collapsible-header-views' import { getStatusBarHeight } from 'react-native-iphone-x-helper' const Header = ({ goBack }: { goBack: () => void }) => ( {'<-'} WITHOUT SNAP ) export const WithoutSnap = ({ navigation }: NavigationScreenConfigProps) => ( <>