Version: 1.x.xImage CardA basic button component that should render nicely on any platform. Supports a minimal level of customization.import { ImageCard } from 'react-native-noxi'; <ImageCard itemBottom={ <Text style={{ color: 'white', fontSize: 18 }}>Centered text</Text> } itemHeader={ <Text style={{ color: 'white', fontSize: 18 }}>Centered text</Text> } />CopyExample#