completion
This commit is contained in:
14
ioneapps-maagapp-ee31119a522d/__mocks__/react-native-safe-area.js
vendored
Normal file
14
ioneapps-maagapp-ee31119a522d/__mocks__/react-native-safe-area.js
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
/* global jest: true */
|
||||
const SafeArea = {};
|
||||
|
||||
SafeArea.getSafeAreaInsetsForRootView = () => ({
|
||||
safeAreaInsets: {
|
||||
top: 0,
|
||||
bottom: 0,
|
||||
left: 0,
|
||||
right: 0,
|
||||
},
|
||||
});
|
||||
SafeArea.addEventListener = jest.fn();
|
||||
|
||||
export default SafeArea;
|
||||
Reference in New Issue
Block a user