Newer version of RN are going to deprecate the sendAppEventWithName method and instead are recommending using the RCTEventEmitter sendEventWithName method. I've implemented this in a personal project and it's working great. Let me know if you think this is a good idea. Thanks for the great project, it really helped me out.
Newer version of RN are going to deprecate the
sendAppEventWithName
method and instead are recommending using the RCTEventEmittersendEventWithName
method. I've implemented this in a personal project and it's working great. Let me know if you think this is a good idea. Thanks for the great project, it really helped me out.