import { StyleSheet } from 'react-native' const Style = StyleSheet.create({ boot: { flex: 1, backgroundColor: 'white' }, fallback: { flex: 1, justifyContent: 'center', alignItems: 'center', backgroundColor: 'black' }, }) export default Style