chore: configure bob and metro

This commit is contained in:
satyajit.happy
2019-04-17 14:47:03 +02:00
parent 8ca4085052
commit dee470829a
20 changed files with 2708 additions and 8275 deletions

View File

@@ -1,10 +1,6 @@
/**
* eslint-env jest
*/
/* eslint-env jest */
jest.mock('react-native-gesture-handler', () => ({
PanGestureHandler: 'PanGestureHandler',
BaseButton: 'BaseButton',
}));
import React from 'react';