UNPKG

citizenship_app_news

Version:

News module for Citizenship project application

20 lines (19 loc) 523 B
import { RFPercentage } from "react-native-responsive-fontsize" export const HEADER = RFPercentage(3.8); export const TITLE = RFPercentage(3.3); export const SUBTITLE = RFPercentage(2.8); export const BUTTON = RFPercentage(2.8); export const CONTENT = RFPercentage(2.3); export const MEDIUM = RFPercentage(2) export const SMALL = RFPercentage(1.8); export const TOAST = RFPercentage(2.3); export default { HEADER, TITLE, SUBTITLE, CONTENT, MEDIUM, SMALL, BUTTON, TOAST };