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.
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.