UNPKG

@reown/appkit-siwe-react-native

Version:

#### 🔎 [Examples](https://github.com/reown-com/react-native-examples)

30 lines (28 loc) • 579 B
import { BorderRadius, Spacing } from '@reown/appkit-ui-react-native'; import { StyleSheet } from 'react-native'; export default StyleSheet.create({ logoContainer: { marginTop: Spacing.xl, marginBottom: Spacing.m }, button: { width: '48%' }, title: { marginHorizontal: '15%' }, subtitle: { marginHorizontal: '10%', marginVertical: Spacing.l }, closeButton: { alignSelf: 'flex-end', right: Spacing.xl, top: Spacing.l, position: 'absolute', zIndex: 2 }, walletAvatar: { borderRadius: BorderRadius.full } });