UNPKG

react-native-cross-components

Version:
9 lines (6 loc) 157 B
const mock = { SortableGrid: 'View' }; jest.mock('react-native-sortable-grid', () => 'View'); export default mock.SortableGrid; module.exports = mock;