import constants, { boxShadow } from './constants'; import { Text, TextInput, TouchableOpacity, View } from './components'; import { apply, classNames, C, exists, extend, responsive } from './core'; import { getSizeFor } from './getters'; export { apply, boxShadow, classNames, exists, extend, getSizeFor, responsive, constants as theme, Text, TextInput, TouchableOpacity, View, }; export default C;