Slide 26
Slide 26 text
iOS events
● You can create objective c property that holds a
reference to a RCTDirectEventBlock, which can be
used to send events back to JS.
● You can return a NSDictionary, which will be
converted to a JS object, and each value inside the
dictionary will be converted to its correspondant JS
type.