UNPKG

react-native-cross-components

Version:
20 lines (15 loc) 315 B
module.exports = { Scene: 'View', Modal: 'View', Router: 'View', ActionConst: { FOCUS: 'focus' }, Actions: { create: view => view, LoginScreen: () => 'View', MapScreen: () => 'View', ProfileScreen: () => 'View', root: () => 'View', push: jest.fn(), pop: jest.fn(), }, };