UNPKG

react-native-template-allmax

Version:

React native template with navigation, redux, redux-saga, eslit, flow, reactotron

12 lines (8 loc) 191 B
// @flow import { StyleSheet } from 'react-native'; import { colors } from '~/global'; export const styles = StyleSheet.create({ cardStyle: { backgroundColor: colors.white, }, });