1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee
react-native-pushy/index.js
2016-02-14 00:04:42 +08:00

12 lines
217 B
JavaScript

/**
* Created by tdzl2003 on 2/6/16.
*/
if (__DEV__){
if (global.__fbBatchedBridge) {
require('fbjs/lib/warning')('Should require pushy before react-native to do hook stuff!');
}
}
require('./lib/hooks');