Fix tests

This commit is contained in:
Alex Demchenko
2020-06-06 11:27:14 +02:00
parent 940b58f65b
commit 7dfd2a30e8
2 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
export const useSafeAreaInsets = jest.fn(() => ({
top: 0,
right: 0,
bottom: 34,
left: 0,
}))

View File

@@ -1,6 +1,6 @@
{
"name": "@flyerhq/react-native-chat-ui",
"version": "0.1.7",
"version": "0.1.8",
"description": "React Native Chat UI",
"homepage": "https://github.com/flyerhq/react-native-chat-ui#readme",
"main": "lib/index.js",