Rocket.Chat.ReactNative/__mocks__/react-native-safari-view.js

6 lines
61 B
JavaScript

export default function() {
return {
show: () => {}
};
}