import { StyleSheet } from 'react-native'; export const views = StyleSheet.create({ basic: { alignItems: 'center', justifyContent: 'center', }, });