UNPKG

react-native-starter-provider

Version:
15 lines (12 loc) 287 B
import { StyleSheet } from 'react-native'; const styles = StyleSheet.create({ container: { justifyContent: 'center', paddingHorizontal: 10, paddingVertical: 18, borderRadius: 6, backgroundColor: 'purple', alignItems: 'center', }, }); export default styles;