Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/components/BaseToast.styles.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
import { StyleSheet } from 'react-native';

export const HEIGHT = 60;
export const WIDTH = 340;
export const BORDER_RADIUS = 6;

export const styles = StyleSheet.create({
base: {
flexDirection: 'row',
height: HEIGHT,
width: WIDTH,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can keep the values, but as minWidth and minHeight

borderRadius: BORDER_RADIUS,
shadowOffset: { width: 0, height: 0 },
shadowOpacity: 0.1,
Expand Down