mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-09-16 13:11:39 +08:00
12 lines
217 B
JavaScript
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');
|