Rocket.Chat.ReactNative/__mocks__/react-native-device-info.js

7 lines
119 B
JavaScript
Raw Normal View History

2019-01-29 19:52:56 +00:00
export default {
getModel: () => '',
2019-02-07 15:48:10 +00:00
getReadableVersion: () => '',
2019-11-25 20:01:17 +00:00
getBundleId: () => '',
isTablet: () => false
2019-01-29 19:52:56 +00:00
};