Vimiso
Vimiso
Any update on this?
Got this working, like so: `ion.sound.volume(false, {volume: vol});`
``` expo: ~51.0.39 => 51.0.39 react-native: 0.74.5 => 0.74.5 react-native-web: ~0.19.10 => 0.19.12 ``` Just to organise the multiple issues going on here: ### 1 > upgrading to [email protected] In...
How is adding `scrollEnabled={false}` to a nested `FlatList` a solution? Don't we want to use nested flat lists, as they are, for things like select boxes? Furthermore, I've seen sooo...