style.ts 284 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 import { StyleSheet } from 'react-native' const styles = StyleSheet.create({ wrapper: { position: 'absolute', left: 0, bottom: 0, right: 0, top: 0, justifyContent: 'center', alignItems: 'center' } }) export { styles }