DEV Community

Discussion on: Communitication Between a Header Button and Screen in Reason React Navigation

Collapse
 
dellybro profile image
Travis Delly

I think you are just missing ".bind(this)", that would ensure that when the function is called it has everything you need attached to it, such as all the values relative to "this". Then you wouldn't have needed to jump through hoops.