Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 278 Bytes

7_native_modules.md

File metadata and controls

10 lines (6 loc) · 278 Bytes

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.