1 2 3 4 5 6 7 8
import React from 'react' import {ViewProps} from 'react-native' export {FlatList, ScrollView} from 'react-native' export function CenteredView({ style, sideBorders, ...props }: React.PropsWithChildren<ViewProps & {sideBorders?: boolean}>)