7 Native Modules
Somewhere in your RN codes, insert:
console.log(__fbBatchedBridge);
then in your debugger (http://localhost:8081/debugger-ui) you'll see something like below,
that's what we're going to talk about in this chapter.
原文: https://unbug.gitbooks.io/react-native-training/content/7_native_modules.html