Rocket.Chat.ReactNative/__mocks__/react-native-navigation.js

5 lines
93 B
JavaScript
Raw Normal View History

2017-08-23 14:38:05 +00:00
export const Navigation = {
registerComponent: () => {},
startSingleScreenApp: () => {}
2017-08-23 00:27:25 +00:00
};