mirror of
https://github.com/zhigang1992/react-native-chat-ui.git
synced 2026-04-26 23:05:06 +08:00
Fix tests
This commit is contained in:
6
__mocks__/react-native-safe-area-context.ts
Normal file
6
__mocks__/react-native-safe-area-context.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export const useSafeAreaInsets = jest.fn(() => ({
|
||||
top: 0,
|
||||
right: 0,
|
||||
bottom: 34,
|
||||
left: 0,
|
||||
}))
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user