Exactly as in Title guys.
I've already passed variables as arguments to native modules through RCT_EXPORT_MODULE, and I'm aware of RCT_CUSTOM_VIEW_PROPERTY, although this is for 'callable' components, and I'm not sure it can be used to pass a JS variable to AppDelegate.m, neither how to do it.
Anyone was able to do this? Cheers!