Where we learn about the React native bridge, and realize that React’s central event handling system often gets bypassed… — Following my last article regarding event handling in both React and React Native, I have had questions regarding how to emit custom events in React Native. Programming in React Native means you are no longer in the DOM, and tools like document.createEvent('myCustomEvent') are not available.