* PLT-5517 RN: Image file previewer Add preview component and client routes Add fade transition for modal Add paging controls, title header, and info footer Add drag to dismiss behavior Fix android layout issues Handle orientation change * Fix tests * Review feedback * Review feedback
4 lines
116 B
JavaScript
4 lines
116 B
JavaScript
import {addMock} from 'mocha-react-native';
|
|
|
|
addMock('react-native-linear-gradient', {});
|
|
addMock('UIManager', {});
|