mirror of
https://github.com/status-im/metro.git
synced 2025-01-09 10:41:57 +00:00
cde9ab236f
- [Touchable] Change default `activeOpacity` to 0.2 to match iOS | James Ide - [ReactNative] Normalize name for examples | Christopher Chedeau - [ReactNative] Added support for 3 digit hex colors | Arthur Lee - [react-packager] Fix EISDIR error | Amjad Masad - make renderError and renderLoading props optional for WebView | Don Yu
6 lines
106 B
JavaScript
6 lines
106 B
JavaScript
'use strict';
|
|
|
|
jest.autoMockOff();
|
|
module.exports = require.requireActual('bluebird');
|
|
jest.autoMockOn();
|