Fix tests

This commit is contained in:
Alex Demchenko
2020-10-21 12:29:26 +02:00
parent a3a225b8bf
commit 3a62892871

View File

@@ -1,3 +1,10 @@
export const useSafeAreaFrame = jest.fn(() => ({
height: 896,
width: 414,
x: 0,
y: 0,
}))
export const useSafeAreaInsets = jest.fn(() => ({
top: 0,
right: 0,