1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-09-16 12:11:39 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee
Files
react-native-update/index.js
tdzl2003 74396f8426 working
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');