mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-26 07:04:05 +08:00
require InitializeJavaScriptAppEngine in bundle
Reviewed By: martinbigio Differential Revision: D2582794 fb-gh-sync-id: d6cfdda81f556ef0cefb2e9dc58f5978b651bd5b
This commit is contained in:
committed by
facebook-github-bot-4
parent
2e1dfc9bc0
commit
47b124436f
@@ -12,9 +12,12 @@
|
||||
'use strict';
|
||||
|
||||
/**
|
||||
* Make sure `setTimeout`/`setInterval` are patched correctly.
|
||||
* Make sure essential globals are available and are patched correctly. Please don't remove this
|
||||
* line. Bundles created by react-packager `require` it before executing any application code. This
|
||||
* ensures it exists in the dependency graph and can be `require`d.
|
||||
*/
|
||||
require('InitializeJavaScriptAppEngine');
|
||||
|
||||
var EventPluginHub = require('EventPluginHub');
|
||||
var EventPluginUtils = require('EventPluginUtils');
|
||||
var IOSDefaultEventPluginOrder = require('IOSDefaultEventPluginOrder');
|
||||
|
||||
Reference in New Issue
Block a user