react-native-apple-card-views
Version:
Fully customizable and perfect clone of Apple, App Store Card Views for React Native
20 lines (19 loc) • 593 B
TypeScript
import { ViewStyle, TextStyle, ImageStyle } from 'react-native';
interface Style {
container: ViewStyle;
shadowStyle: ViewStyle;
iconStyle: ImageStyle;
bottomBarStyle: ViewStyle;
innerBottomBarStyle: ViewStyle;
titleContainer: ViewStyle;
innerContainer: ViewStyle;
titleTextStyle: TextStyle;
buttonContainer: ViewStyle;
buttonTextStyle: TextStyle;
subtitleTextStyle: TextStyle;
largeTitleTextStyle: TextStyle;
buttonInnerContainer: ViewStyle;
buttonSubtitleTextStyle: TextStyle;
}
declare const _default: Style;
export default _default;