import React from 'react' import {ViewProps} from 'react-native' export {FlatList, ScrollView} from 'react-native' export function CenteredView({ style, sideBorders, ...props }: React.PropsWithChildren)