react-native-sound
react-native-sound copied to clipboard
Not working on Windows: Cannot read property 'IsAndroid' of undefined
var RNSound = require('react-native').NativeModules.RNSound;
var IsAndroid = RNSound.IsAndroid;

I've tried to remove the node_modules and install again and reboot every thing! but still facing the the same error;
I've tried to log the require('react-native').NativeModules but the `RNSound wasn't there
https://stackoverflow.com/questions/70823585/react-native-sound-not-working-on-windows-cannot-read-property-isandroid-of-u/71161805#71161805
I am also facing this issue while running on windows. What is the solution?