Moss Palmer
Moss Palmer
No rush, I just thought I would ask? Wrapping it in a view with no styles attached appears to work fine in quashing the issue :) Thanks.
Possible solution. Only have the sound play when the app requests to know the status of the mute switch. That way the hissing is limited to that period of time....
If I get a chance I'll try to implement one of those solutions but not sure when I'll get a chance to.
@slicejunk Sorry if I'm missing something obvious. But where do you implement this? {navigation} is undefined for me when I attempt this.
Thanks for the info @jbkaplan. The problem I'm facing is that the navigator is not available 'outside' of the navigator itself (i.e. this.prop.navigator is `undefined`).
Forgot to say. I'm not using redux, so that may be the reason. I'm not sure.
Ah, it appears that I can simply access the navigation by assigning a reference to the `` item then calling `.context.navigation` on the ref to get access. This then enables...
Ah. I didn't realise that the function could be added in there. Thanks @slicejunk 👍