This is not a problem, more of a curious question.
I have been using Actions.currentParams props for awhile now to either get Object information on current screen or to do things like Actions.currentParams.backAndroidHandler() to access the function I passed to RNRF's Router.
I found this trick upon browsing on threads, but found no explanations for it and how it works. Couldn't find any documentation either on RNRF's github. Any information I have now are mainly based on printing the props to console and dissecting and speculating answers from that. I guess it just bugs me to operate blindly like this without concrete documentation on the things I use in my code.
If you have any information on this, links to material readings would be greatly appreciated, because it's been bugging me for DAYS now! lol