react-native-cross-components
Version:
Beautiful React-Native components using RN Paper by Callstack
20 lines (15 loc) • 315 B
JavaScript
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(),
},
};