mirror of
https://github.com/status-im/react-native.git
synced 2025-01-28 02:04:55 +00:00
[events] Add JS require time and fix up some existing logs
This commit is contained in:
parent
1d43a37973
commit
c157051da7
@ -1,2 +1,5 @@
|
||||
/* eslint global-strict:0 */
|
||||
__DEV__ = false;
|
||||
|
||||
/* global __BUNDLE_START_TIME__:true */
|
||||
__BUNDLE_START_TIME__ = Date.now();
|
||||
|
@ -1,2 +1,5 @@
|
||||
/* eslint global-strict:0 */
|
||||
__DEV__ = true;
|
||||
|
||||
/* global __BUNDLE_START_TIME__:true */
|
||||
__BUNDLE_START_TIME__ = Date.now();
|
||||
|
Loading…
x
Reference in New Issue
Block a user