zmxv / react-native-sound

React Native module for playing sound clips
MIT License
2.78k stars 748 forks source link

Not working on Windows: Cannot read property 'IsAndroid' of undefined #779

Open fadeomar opened 2 years ago

fadeomar commented 2 years ago
var RNSound = require('react-native').NativeModules.RNSound;
var IsAndroid = RNSound.IsAndroid;

image

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

fadeomar commented 2 years ago

https://stackoverflow.com/questions/70823585/react-native-sound-not-working-on-windows-cannot-read-property-isandroid-of-u/71161805#71161805

Adbhutashra commented 5 months ago

I am also facing this issue while running on windows. What is the solution?