Moss Palmer

Results 38 comments of Moss Palmer

To add to @puntubabu's solution - thank you for this :). If you then wish to be able to resume the paused sound you will need to add logic to...

Ah thanks @puntubabu . That's a better way to handle it then, given that they are both the same. Strangely the stop and pause functions for iOS also appear to...

Thanks @aljs I'll take a look now. Looks like there are a few components falling foul of this.

That doesn't appear to be enough to fix it. I still get a multitude of other seemingly unrelated errors as soon as this component in present in the node_modules folder....

ok, it also fails because it has react-native in its own node_modules folder, removing that at least allows the project to run and changing the require to ``` var RCTRefreshControl...

Since applying the update the component generally works but frequently triggers this error https://github.com/facebook/react-native/issues/1941 Disabling this component removes the error. App will frequently fail to load initially then after pressing...

ah, @aljs.. good call. Thanks for letting me know :)

@thekennysong You set it to match the ref of your scrollview.

Great news @RoboTeddy, thank you for that :+1: I look forward to it vanishing completely! @thekennysong Are we talking about the same problem here? Do you have a code snippet?

As a quick fix for anyone else experiencing this issue. Wrapping the SegmentedView in another View appears to be a valid workaround.