UNPKG

react-native-navigation

Version:

React Native Navigation - truly native navigation for iOS and Android

20 lines (19 loc) 618 B
"use strict"; export const ApplicationMock = require('./Application').Application; export * from "./constants.js"; export function mockNativeComponents() { const { NativeCommandsSender } = require('./mocks/NativeCommandsSender'); const { NativeEventsReceiver } = require('./mocks/NativeEventsReceiver'); const { AppRegistryService } = require('./mocks/AppRegistryService'); const { Navigation } = require('react-native-navigation'); Navigation.mockNativeComponents(new NativeCommandsSender(), new NativeEventsReceiver(), new AppRegistryService()); } //# sourceMappingURL=index.js.map