Tell us which versions you are using:
First, great library. it's been a ton of help so far. There is some important functionality though, that I'd like some clarification on.
In v4, I expect to be able to call a static method that has access to the component's props.
Being able to save and interact with the store, seems like pretty necessary functionality....maybe that's just me, though. I've seen you discuss this in a couple of threads, but there hasn't been any clear solution. If it's the custom navigation that's the answer, can you please provide an example of how to use it with the rnrf? The documentation isn't very clear.
Thanks.
I can't access the component's props.
Check 4.0.0-beta.18 - now you can access your component instance via Actions.refs.SCENE_NAME
Most helpful comment
Check 4.0.0-beta.18 - now you can access your component instance via
Actions.refs.SCENE_NAME