mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-30 17:33:21 +08:00
Fixed path to regenerator-runtime
Summary: Since 0.8.43 regenerator has regenerator-runtime dependency. Fixes one js test in trunk Closes https://github.com/facebook/react-native/pull/7351 Reviewed By: davidaurelio Differential Revision: D3252699 Pulled By: bestander fb-gh-sync-id: cedb122eb8e9f3a5e40a5313482bc2282511c71e fbshipit-source-id: cedb122eb8e9f3a5e40a5313482bc2282511c71e
This commit is contained in:
committed by
Facebook Github Bot 7
parent
46d98e1d68
commit
ec5016ad8f
@@ -22,7 +22,7 @@
|
||||
/* eslint strict: 0 */
|
||||
/* globals GLOBAL: true, window: true */
|
||||
|
||||
require('regenerator/runtime');
|
||||
require('regenerator-runtime/runtime');
|
||||
|
||||
if (typeof GLOBAL === 'undefined') {
|
||||
global.GLOBAL = global;
|
||||
|
||||
Reference in New Issue
Block a user