mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-26 07:04:05 +08:00
Initial commit
This commit is contained in:
13
Libraries/ReactIOS/IOSDefaultEventPluginOrder.js
Normal file
13
Libraries/ReactIOS/IOSDefaultEventPluginOrder.js
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* Copyright 2004-present Facebook. All Rights Reserved.
|
||||
*
|
||||
* @providesModule IOSDefaultEventPluginOrder
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
var IOSDefaultEventPluginOrder = [
|
||||
'ResponderEventPlugin',
|
||||
'IOSNativeBridgeEventPlugin'
|
||||
];
|
||||
|
||||
module.exports = IOSDefaultEventPluginOrder;
|
||||
Reference in New Issue
Block a user